config-lsp/.github/workflows/pr-tests.yaml
2024-09-15 18:07:57 +02:00

25 lines
419 B
YAML

name: Run Go tests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.22.x' ]
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Check Nix flake
run: nix flake check
- name: Build app
run: nix build -L