Skip to content

Commit

Permalink
ci: run
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenLoc committed Jul 15, 2024
1 parent b504bd2 commit d3d7b4f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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 d3d7b4f

Please sign in to comment.