Skip to content

Commit

Permalink
version bumps, workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cxreiff committed Aug 15, 2024
1 parent 2be801b commit 145c760
Show file tree
Hide file tree
Showing 11 changed files with 137 additions and 130 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml → .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: check
name: checks

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
pull_request:

jobs:
check:
checks:
permissions:
checks: write
uses: cxreiff/github_workflows/.github/workflows/rust_check.yml@main
uses: cxreiff/github_workflows/.github/workflows/rust_checks.yml@main
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ jobs:
pull-requests: write
contents: write
secrets:
RELEASE_PLZ_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
with:
linux_dependencies: libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
11 changes: 0 additions & 11 deletions .github/workflows/test.yml

This file was deleted.

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

on:
push:
branches:
- main
pull_request:

jobs:
tests:
uses: cxreiff/github_workflows/.github/workflows/rust_tests.yml@main
with:
linux_dependencies: "libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev"
Loading

0 comments on commit 145c760

Please sign in to comment.