Skip to content

Commit

Permalink
Merge branch 'main' into ls_LZ
Browse files Browse the repository at this point in the history
  • Loading branch information
tertsdiepraam authored Jun 26, 2023
2 parents 80c7ed9 + 9149409 commit 873c6c3
Show file tree
Hide file tree
Showing 42 changed files with 509 additions and 303 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: uutils
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ jobs:
shell: bash
run: |
RUSTDOCFLAGS="-Dwarnings" cargo doc ${{ steps.vars.outputs.CARGO_FEATURES_OPTION }} --no-deps --workspace --document-private-items
- uses: DavidAnson/markdownlint-cli2-action@v10
- uses: DavidAnson/markdownlint-cli2-action@v11
with:
command: fix
globs: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GnuTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
path_UUTILS='${{ steps.vars.outputs.path_UUTILS }}'
# https://github.com/uutils/coreutils/issues/4294
# https://github.com/uutils/coreutils/issues/4295
IGNORE_INTERMITTENT='${path_UUTILS}/.github/workflows/ignore-intermittent.txt'
IGNORE_INTERMITTENT="${path_UUTILS}/.github/workflows/ignore-intermittent.txt"
mkdir -p ${{ steps.vars.outputs.path_reference }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- name: Prepare, build and test
uses: vmactions/[email protected].0
uses: vmactions/[email protected].1
with:
usesh: true
# We need jq to run show-utils.sh and bash to use inline shell string replacement
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- name: Prepare, build and test
uses: vmactions/[email protected].0
uses: vmactions/[email protected].1
with:
usesh: true
# sync: sshfs
Expand Down
Loading

0 comments on commit 873c6c3

Please sign in to comment.