jld3103
1 year ago
1 changed files with 21 additions and 0 deletions
@ -0,0 +1,21 @@ |
|||||||
|
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-latest |
||||||
|
steps: |
||||||
|
- name: Checkout repository |
||||||
|
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 |
||||||
|
|
||||||
|
- name: Find untested Neon APIs |
||||||
|
run: ./tool/find-untested-neon-apis.sh |
Loading…
Reference in new issue