Skip to content

Package 0.16 SDK as separate attributes #64

Package 0.16 SDK as separate attributes

Package 0.16 SDK as separate attributes #64

Workflow file for this run

name: Nix actions
on:
pull_request:
push:
branches:
- master
- main
jobs:
flake:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Run checks
run: nix flake check -L