feat: disable flake_check in ci

This commit is contained in:
Ryan Yin
2023-12-21 17:48:18 +08:00
parent 434b3bfe81
commit 45b52845f7

View File

@@ -1,23 +1,24 @@
# name: Nix Flake Check
#
# on: [push, pull_request, workflow_dispatch]
#
# jobs:
# checks:
# name: Check expressions
# runs-on: ubuntu-latest
#
# steps:
# - name: Checkout repository
# uses: actions/checkout@v4
# - name: Install nix
# uses: cachix/install-nix-action@v24
# with:
# install_url: https://nixos.org/nix/install
# extra_nix_config: |
# access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
# experimental-features = nix-command flakes
#
# - name: Run Nix Flake Check
# run: |
# nix flake check
name: Nix Flake Check
on: [push, pull_request, workflow_dispatch]
jobs:
checks:
name: Check expressions
runs-on: ubuntu-latest
steps:
# - name: Checkout repository
# uses: actions/checkout@v4
# - name: Install nix
# uses: cachix/install-nix-action@v24
# with:
# install_url: https://nixos.org/nix/install
# extra_nix_config: |
# access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
# experimental-features = nix-command flakes
- name: Run Nix Flake Check
run: |
echo 'TODO: nix flake check'
# nix flake check