Skip to content

Merge branch 'clean-up-logs-in-unit-test' of github.com:ORCID/orcid-a… #947

Merge branch 'clean-up-logs-in-unit-test' of github.com:ORCID/orcid-a…

Merge branch 'clean-up-logs-in-unit-test' of github.com:ORCID/orcid-a… #947

Workflow file for this run

name: commit
# run lints even before someone submits a pr
on:
push:
branches:
- '**' # run on any branch
- '!main'
- '!development'
# cancel running job if another commit comes in
concurrency:
group: commit-${{ github.ref }}-1
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml