mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci: Fix unsafe repository error
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
4f8f295e57
commit
f522adec4a
1 changed files with 7 additions and 0 deletions
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 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue