mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-08-22 17:43:13 -04:00
updates
This commit is contained in:
parent
3ba96f380c
commit
5269e76608
20 changed files with 604 additions and 349 deletions
14
.github/workflows/check.yml
vendored
14
.github/workflows/check.yml
vendored
|
|
@ -5,12 +5,20 @@ on:
|
|||
paths:
|
||||
- 'flake.lock'
|
||||
- 'flake.nix'
|
||||
- 'modules'
|
||||
- 'modules/**'
|
||||
- 'plugin/**'
|
||||
- 'lua/**'
|
||||
- 'overlays/**'
|
||||
- 'ftplugin/**'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'flake.lock'
|
||||
- 'flake.nix'
|
||||
- 'modules'
|
||||
- 'modules/**'
|
||||
- 'plugin/**'
|
||||
- 'lua/**'
|
||||
- 'overlays/**'
|
||||
- 'ftplugin/**'
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
|
@ -35,5 +43,5 @@ jobs:
|
|||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
extraPullNames: rstats-on-nix, nix-community
|
||||
- run: nix build
|
||||
- run: nix develop
|
||||
- run: nix develop -c echo ok
|
||||
- run: nix flake check
|
||||
|
|
|
|||
Loading…
Reference in a new issue