Skip to content

Commit

Permalink
ci: Add job to check PKGBUILD
Browse files Browse the repository at this point in the history
This should fail for now.
  • Loading branch information
donovanglover committed Oct 30, 2023
1 parent 7c58515 commit 76c1e69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ jobs:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix build
pkgbuild:
name: makepkg -si
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: edlanglois/pkgbuild-action@v1

0 comments on commit 76c1e69

Please sign in to comment.