1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 12:37:45 +00:00

feat: add a small workflow

This commit is contained in:
Kevin Amado 2022-02-07 20:45:01 -05:00
parent 4526d9d062
commit 5020daf3ec
No known key found for this signature in database
GPG key ID: FFF341057F503148

19
.github/workflows/pr.yaml vendored Normal file
View file

@ -0,0 +1,19 @@
name: PR
runs-on: self-hosted
on:
pull_request:
branches: [ main ]
concurrency:
cancel-in-progress: true
group: ${{ github.actor }}
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v2
- name: Install Nix
uses: cachix/install-nix-action@v15
- name: Build
run: |
nix build --print-build-logs -v