vet

Mirror of Vet, an AI code review tool
git clone git://git.laack.co/vet.git
Log | Files | Refs | README | LICENSE

test-pkgbuild.yml (286B)


      1 name: Test / PKGBUILD
      2 
      3 on:
      4   workflow_dispatch:
      5   push:
      6     branches: [main]
      7   pull_request:
      8     branches: [main]
      9 
     10 jobs:
     11   pkgbuild:
     12     if: github.event.pull_request.draft == false
     13     runs-on: ubuntu-latest
     14     steps:
     15       - uses: actions/checkout@v4
     16       - run: ./pkg/arch/test.sh