/
githubmirror
/
dracut
Обзор
Документация
Войти
/
githubmirror
/
dracut
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/pr.yml
18 строк
474 B
Laszlo Gombos
ci: upgrade to actions/checkout@v3
11 ноя 2022, 17:43
11 ноя 2022, 17:43
60c4b2f
Код
Авторство
О чём код?
name: Commisery on: pull_request: types: [edited, opened, synchronize, reopened] jobs: commit-message: name: Conventional Commit Message Checker (Commisery) runs-on: ubuntu-latest steps: - name: Check-out the repo under $GITHUB_WORKSPACE uses: actions/checkout@v3 - name: Run Commisery uses: dracutdevs/commisery-action@master with: token: ${{ secrets.GITHUB_TOKEN }} pull_request: ${{ github.event.number }}