mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 10:14:31 +02:00
treewide: reformat
This commit is contained in:
parent
3c786ae988
commit
aad2e32b5a
5 changed files with 2111 additions and 20 deletions
6
.github/workflows/build_documentation.yml
vendored
6
.github/workflows/build_documentation.yml
vendored
|
@ -4,8 +4,8 @@ on:
|
|||
push:
|
||||
# Runs on pushes targeting the release branches
|
||||
branches:
|
||||
- main
|
||||
- nixos-24.05
|
||||
- main
|
||||
- nixos-24.05
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
uses: cachix/cachix-action@v15
|
||||
with:
|
||||
name: nix-community
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
|
||||
- run: |
|
||||
set -ex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue