Skip to content

Commit

Permalink
almost certainly broken github action setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cxreiff committed Aug 15, 2024
1 parent 01c8e46 commit 38d13b2
Show file tree
Hide file tree
Showing 10 changed files with 625 additions and 269 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: checks

on:
push:
branches:
- main
pull_request:

jobs:
check:
permissions:
checks: write
uses: cxreiff/github_workflows/.github/workflows/rust_checks.yml@main
97 changes: 0 additions & 97 deletions .github/workflows/ci.yaml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: release_plz

permissions:
pull-requests: write
contents: write

on:
push:
branches:
- main

jobs:
release:
uses: cxreiff/github_workflows/.github/workflows/rust_release.yml@main
permissions:
pull-requests: write
contents: write
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
with:
linux_dependencies: libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
172 changes: 0 additions & 172 deletions .github/workflows/release.yaml

This file was deleted.

Loading

0 comments on commit 38d13b2

Please sign in to comment.