mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-23 06:35:41 -07:00
Merge 89aa976277
into e01c470598
This commit is contained in:
commit
62e5811c11
1 changed files with 15 additions and 0 deletions
15
.github/workflows/rust.yml
vendored
Normal file
15
.github/workflows/rust.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
name: Rust
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Build
|
||||||
|
run: cargo build --verbose
|
||||||
|
- name: Run tests
|
||||||
|
run: cargo test --verbose
|
Loading…
Add table
Add a link
Reference in a new issue