Skip to content

CI: flake check all-systems #3

CI: flake check all-systems

CI: flake check all-systems #3

Workflow file for this run

on:
push:
jobs:
publish:
runs-on: "ubuntu-latest"
permissions:
contents: "read"
steps:
- uses: "actions/checkout@v4"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/magic-nix-cache-action@v6"
- name: Lint
run: |
nix-shell -p nixfmt-rfc-style --run \
"nixfmt -c default.nix flake.nix mk-solc-pkgs.nix mk-solc-static.nix"
- name: Flake Check
run: |
nix flake check --print-build-logs --show-trace --no-build --debug --verbose --all-systems