1
0
Fork 0
mirror of https://codeberg.org/demostf/plugin.git synced 2026-06-04 09:04:07 +02:00
plugin/.github/workflows/nix.yaml
2023-07-09 18:26:41 +02:00

18 lines
No EOL
371 B
YAML

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: icewind1991/attic-action@v1
with:
name: ci
instance: https://cache.icewind.me
authToken: '${{ secrets.ATTIC_TOKEN }}'
- run: nix build .#plugin