/
niceSOFT
/
util-linux
Обзор
Документация
Войти
/
niceSOFT
/
util-linux
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/differential-shellcheck.yml
27 строк
547 B
dependabot[bot]
build(deps): bump actions/checkout from 1 to 6
02 дек 2025, 00:01
Не верифицирован
02 дек 2025, 00:01
561f0bb
Код
Авторство
О чём код?
# https://github.com/redhat-plumbers-in-action/differential-shellcheck#readme --- name: Differential ShellCheck on: pull_request: branches: - master permissions: contents: read jobs: lint: runs-on: ubuntu-latest steps: - name: Repository checkout uses: actions/checkout@v6 with: fetch-depth: 0 - name: Differential ShellCheck uses: redhat-plumbers-in-action/differential-shellcheck@v5 with: severity: warning token: ${{ secrets.GITHUB_TOKEN }}