diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-05-10 10:36:43 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-05-10 10:36:43 -0700 |
| commit | eccfac6fdcf47c41575e5a0d2cea82b0967926a8 (patch) | |
| tree | 9c4f0262baa38ae66f7c6e85e9d2e8674444569a /.github/workflows/ci.yml | |
| parent | add flake-checker to pre-commit hooks (diff) | |
| download | infra-eccfac6fdcf47c41575e5a0d2cea82b0967926a8.tar.gz | |
remove GHA, run the checks / tests with pre-commits
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/ci.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 655b33f..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: CI - -on: - push: - branches: ["main"] - pull_request: - branches: ["main"] - -jobs: - format: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v17 - - name: check configuration - run: | - nix flake check --all-systems - nix develop -c echo OK |
