Skip to content

Commit 3da3c37

Browse files
Update templated files to rev a30e98e (#373)
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
1 parent 48b999e commit 3da3c37

12 files changed

+13623
-5
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nix/** linguist-generated
2+
Cargo.nix linguist-generated
3+
crate-hashes.json linguist-generated

.github/pull_request_template.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@
3232
# Acceptance
3333
- [ ] Feature Tracker has been updated
3434
- [ ] Proper release label has been added
35+
- [ ] [Roadmap](https://github.com/orgs/stackabletech/projects/25/views/1) has been updated
3536
```

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ jobs:
328328
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
329329
with:
330330
submodules: recursive
331+
- uses: cachix/install-nix-action@6004951b182f8860210c8d6f0d808ec5b1a33d28 # tag=v25
331332
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
332333
with:
333334
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}

.github/workflows/pr_reviewdog.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
with:
7676
github_token: ${{ secrets.GITHUB_TOKEN }}
7777
locale: "US"
78+
# Ignore spellchecking generated files
79+
exclude: |
80+
./Cargo.nix
7881
7982
languagetool:
8083
runs-on: ubuntu-latest

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ target/
99

1010
*.tgz
1111

12-
Cargo.nix
13-
crate-hashes.json
1412
result
1513
image.tar
1614

17-
tilt_options.json
15+
tilt_options.json

0 commit comments

Comments
 (0)