Skip to content

[actions/read_file] add option to read file on init #29

[actions/read_file] add option to read file on init

[actions/read_file] add option to read file on init #29

name: Run integration tests
on:
push:
# Runs on pushes targeting the default branch
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
jobs:
integration_test:
runs-on: ubuntu-22.04
timeout-minutes: 40
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install nix
uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: NIXPKGS_ALLOW_INSECURE=1 nix flake check -L --impure