/
githubmirror
/
clevis
Обзор
Документация
Войти
/
githubmirror
/
clevis
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/differential-shellcheck.yml
32 строки
653 B
Sergio Arroutbi
Upgrade checkout version (v3->v4) (#452)
16 фев 2024, 11:55
Не верифицирован
16 фев 2024, 11:55
ea7a8e1
Код
Авторство
О чём код?
# Doc: https://github.com/redhat-plumbers-in-action/differential-shellcheck#usage --- name: Differential ShellCheck on: pull_request: branches: [master] ignore-paths: - '**.md' permissions: contents: read jobs: lint: runs-on: ubuntu-latest permissions: security-events: write pull-requests: write steps: - name: Repository checkout uses: actions/checkout@v4 with: fetch-depth: 0 - name: Differential ShellCheck uses: redhat-plumbers-in-action/differential-shellcheck@v3 with: severity: warning token: ${{ secrets.GITHUB_TOKEN }}