mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
Compare commits
1 Commits
dependabot
...
chore/GHA-
Author | SHA1 | Date | |
---|---|---|---|
5cd6b907f2 |
3
.github/workflows/check.yml
vendored
3
.github/workflows/check.yml
vendored
@ -6,6 +6,9 @@ on:
|
||||
merge_group:
|
||||
branches:
|
||||
- main
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
rustfmt:
|
||||
name: rustfmt
|
||||
|
3
.github/workflows/release-plz.yml
vendored
3
.github/workflows/release-plz.yml
vendored
@ -6,6 +6,9 @@ on:
|
||||
concurrency:
|
||||
group: "${{ github.workflow }}"
|
||||
cancel-in-progress: true
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
release-plz:
|
||||
name: release-plz
|
||||
|
Reference in New Issue
Block a user