Move linkspector config file out of workflow dir (#2565)
This commit is contained in:
parent
42b3199807
commit
79cd1afec0
2
.github/workflows/build_and_test.yml
vendored
2
.github/workflows/build_and_test.yml
vendored
@ -236,7 +236,7 @@ jobs:
|
|||||||
# uses: umbrelladocs/action-linkspector@v1
|
# uses: umbrelladocs/action-linkspector@v1
|
||||||
# with:
|
# with:
|
||||||
# fail_on_error: 'true'
|
# fail_on_error: 'true'
|
||||||
# config_file: '.github/workflows/.linkspector.yml'
|
# config_file: '.github/.linkspector.yml'
|
||||||
|
|
||||||
fuzzers-preflight:
|
fuzzers-preflight:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
@ -12,6 +12,6 @@ if ! command -v linkspector > /dev/null; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
linkspector check -c "${LIBAFL_DIR}/.github/workflows/.linkspector.yml" || exit 1
|
linkspector check -c "${LIBAFL_DIR}/.github/.linkspector.yml" || exit 1
|
||||||
|
|
||||||
echo "[*] Done :)"
|
echo "[*] Done :)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user