This commit is contained in:
parent
f50737ac12
commit
836ef1fb3b
|
@ -7,3 +7,7 @@ end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
|
||||||
|
[*.y?ml]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
|
@ -7,8 +7,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: github.com/cachix/install-nix-action@v31
|
- uses: "https://github.com/cachix/install-nix-action@v31"
|
||||||
- uses: github.com/DeterminateSystems/magic-nix-cache-action@main
|
- uses: "https://github.com/DeterminateSystems/magic-nix-cache-action@main"
|
||||||
with:
|
with:
|
||||||
diagnostic-endpoint: ""
|
diagnostic-endpoint: ""
|
||||||
- name: Build site
|
- name: Build site
|
||||||
|
|
Loading…
Reference in a new issue