aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
blob: f194054b477ef406f954dba4dc146267d430c26b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
on:
  pull_request:
  push:
    branches: [main]

jobs:
  lints:
    name: Build
    runs-on: ubuntu-22.04
    steps:
      - uses: actions/checkout@v3
      - name: Install Nix
        uses: DeterminateSystems/nix-installer-actio