mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2026-09-10 07:26:20 -04:00
Merge branch 'master' into feature-add-nushell
This commit is contained in:
commit
2ec6714d92
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Check out Git repository'
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
- name: 'Generate shell files'
|
||||
run: make generate
|
||||
|
|
|
|||
6
.github/workflows/pre_commit.yaml
vendored
6
.github/workflows/pre_commit.yaml
vendored
|
|
@ -11,13 +11,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
- name: Install pre-commit
|
||||
run: pip install pre-commit
|
||||
|
||||
- name: cache
|
||||
uses: actions/cache@v2
|
||||
- name: cache pre-commit hooks
|
||||
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
|
||||
with:
|
||||
key: pre-commit-dot-cache-{{ checksum ".pre-commit-config.yaml" }}
|
||||
path: ~/.cache/pre-commit
|
||||
|
|
|
|||
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
- name: 'Execute tests'
|
||||
run: './run_tests'
|
||||
|
|
|
|||
Loading…
Reference in a new issue