Skip to content

feat ✨(ci): added linting #1

feat ✨(ci): added linting

feat ✨(ci): added linting #1

Workflow file for this run

name: 'Build'
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build -E 'with import <nixpkgs> {}; callPackage ./nix/binaries.nix {}'
- run: nix-build -E 'with import <nixpkgs> {}; callPackage ./nix/oci.nix {}'