Merge pull request #12 from richardcase/rename_test_gha
chore: rename gha workflow to ci
This commit is contained in:
commit
6635f0db67
|
|
@ -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
|
||||
Loading…
Reference in New Issue