Skip to content

Commit

Permalink
ci: verify.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenLoc authored Dec 11, 2024
1 parent 05c83cb commit ed0c1f2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Verify

permissions:
contents: write

on:
push:
branches: [ main ]
pull_request:


jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Rust setup
uses: dtolnay/rust-toolchain@stable
- name: Rust cache
uses: swatinem/rust-cache@v2

- uses: taiki-e/install-action@v2
with:
tool: just@1
- run: just verify

0 comments on commit ed0c1f2

Please sign in to comment.