Merge pull request #12 from richardcase/rename_test_gha

chore: rename gha workflow to ci
This commit is contained in:
Richard Case 2022-11-02 15:53:56 +00:00 committed by GitHub
commit 6635f0db67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
name: run tests
name: run ci checks
on: [pull_request, workflow_dispatch]
jobs:
test:
name: test
ci:
name: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3