forked from lavina/lavina
test workflow
This commit is contained in:
parent
58f6a5d90a
commit
3ca390d9cb
|
@ -0,0 +1,13 @@
|
||||||
|
name: check-and-test
|
||||||
|
on: [push, pull_request]
|
||||||
|
jobs:
|
||||||
|
check-and-test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: setup rust
|
||||||
|
uses: https://github.com/actions-rs/toolchain@v1
|
||||||
|
- name: check
|
||||||
|
uses: https://github.com/actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: check
|
Loading…
Reference in New Issue