Skip to content

GitHub Action

Use normsync directly in your GitHub Actions workflow:

- name: normsync
  uses: sandeep-alluru/normsync@v0.1.0
  with:
    # TODO: add action inputs
    fail-on-error: "true"

Or use the CLI directly:

- name: Install normsync
  run: pip install normsync

- name: Run normsync
  run: normsync --help