Skip to content

Delete .github/workflows/flakestry.yaml #661

Delete .github/workflows/flakestry.yaml

Delete .github/workflows/flakestry.yaml #661

Workflow file for this run

name: "CI"
on:
push:
branches:
- '*'
pull_request:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nixbuild/nix-quick-install-action@v22
with:
# We use newer Nix for:
# - https://github.com/NixOS/nix/issues/7263
# - https://github.com/NixOS/nix/issues/7026
nix_version: 2.14.1
nix_conf: |
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Run test
id: test
run: |
nix run nixpkgs#bash runtest.sh