parent
faf8b603ae
commit
d112af4be7
1 changed files with 2 additions and 1 deletions
|
|
@ -1,10 +1,11 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: [native]
|
||||
runs-on: native
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v4
|
||||
- run: ls -lah
|
||||
- name: tests
|
||||
run : cargo test
|
||||
- name: linting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue