File tree Expand file tree Collapse file tree
template/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 test :
2424 description : Name of the test. Only used of test-mode is `custom`
2525
26+ permissions : {}
27+
2628jobs :
2729 test :
2830 name : Run Integration Test
Original file line number Diff line number Diff line change 55 pull_request:
66 merge_group:
77
8+ permissions: {}
9+
810env:
911 CARGO_TERM_COLOR: always
1012 NIX_PKG_MANAGER_VERSION: "{[ nix_pkg_manager_version }]"
1113 RUST_TOOLCHAIN_VERSION: "{[ rust_nightly_version }]"
1214 HADOLINT_VERSION: "{[ hadolint_version }]"
13- PYTHON_VERSION: "{[ python_version }]"
1415 JINJA2_CLI_VERSION: "{[ jinja2_cli_version }]"
1516
1617jobs:
2930 fetch-depth: 0
3031 - uses: stackabletech/actions/run-prek@a14cbd08d9e034e2361ea9205b32aff0491885db # v0.15.0
3132 with:
32- python-version: ${{ env.PYTHON_VERSION }}
3333 rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
3434 hadolint: ${{ env.HADOLINT_VERSION }}
3535 nix: ${{ env.NIX_PKG_MANAGER_VERSION }}
You can’t perform that action at this time.
0 commit comments