You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
443 B
21 lines
443 B
name: Neon |
|
on: |
|
push: |
|
branches: |
|
- main |
|
pull_request: |
|
|
|
concurrency: |
|
group: neon-${{ github.head_ref || github.run_id }} |
|
cancel-in-progress: true |
|
|
|
jobs: |
|
untested-apis: |
|
name: Untested APIs |
|
runs-on: ubuntu-22.04 |
|
steps: |
|
- name: Checkout repository |
|
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 |
|
|
|
- name: Find untested Neon APIs |
|
run: ./tool/find-untested-neon-apis.sh
|
|
|