mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
ci: Fix unsafe repository error
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
committed by
Andrei Vagin
parent
4f8f295e57
commit
f522adec4a
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
@@ -10,9 +10,16 @@ jobs:
|
||||
steps:
|
||||
- name: Install tools
|
||||
run: sudo dnf -y install git make python3-flake8 ShellCheck clang-tools-extra which findutils codespell
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set git safe directory
|
||||
# https://github.com/actions/checkout/issues/760
|
||||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
|
||||
- name: Run make lint
|
||||
run: make lint
|
||||
|
||||
- name: Run make indent
|
||||
run: >
|
||||
make indent &&
|
||||
|
Reference in New Issue
Block a user