mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
ci/check: remove (it is now empty)
This commit is contained in:
parent
1ab5159acf
commit
7582a6e413
1 changed files with 0 additions and 21 deletions
21
.github/workflows/check.yml
vendored
21
.github/workflows/check.yml
vendored
|
@ -1,21 +0,0 @@
|
|||
name: Run checks on code
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: Check that the module is valid
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 40
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v20
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: cachix/cachix-action@v13
|
||||
with:
|
||||
name: nix-community
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
Loading…
Add table
Add a link
Reference in a new issue