mirror of
https://codeberg.org/icewind/rss-webhook-trigger.git
synced 2026-06-03 18:04:09 +02:00
workflow updates
This commit is contained in:
parent
a3818da108
commit
7516456b60
1 changed files with 5 additions and 6 deletions
|
|
@ -1,17 +1,16 @@
|
||||||
name: "Checks"
|
name: "CI"
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checks:
|
checks:
|
||||||
runs-on: ubuntu-latest
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: cachix/install-nix-action@v26
|
- uses: https://codeberg.org/icewind/attic-action@v1
|
||||||
- uses: icewind1991/attic-action@v1
|
|
||||||
with:
|
with:
|
||||||
name: ci
|
name: link
|
||||||
instance: https://cache.icewind.me
|
instance: https://cache.icewind.link
|
||||||
authToken: "${{ secrets.ATTIC_TOKEN }}"
|
authToken: "${{ secrets.ATTIC_TOKEN }}"
|
||||||
- run: nix flake check --keep-going
|
- run: nix flake check --keep-going
|
||||||
Loading…
Add table
Add a link
Reference in a new issue