Skip to content

Commit

Permalink
ci: use joshka/github-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Mar 12, 2024
1 parent 891e387 commit 5cfbb34
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 69 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Check

on:
push:
branches:
- main
pull_request:

jobs:
check:
permissions:
checks: write
uses: joshka/github-workflows/.github/workflows/rust-check.yml@main
with:
msrv: 1.76.0 # this is optional defaults to 1.56.0
40 changes: 0 additions & 40 deletions .github/workflows/ci.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/release-plz.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test

on:
push:
branches:
- main
pull_request:

jobs:
test:
uses: joshka/github-workflows/.github/workflows/rust-test.yml@main
with:
crate_type: bin
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5cfbb34

Please sign in to comment.