Skip to content

[Snyk] Security upgrade alpine from 3.17.2 to 3 #388

[Snyk] Security upgrade alpine from 3.17.2 to 3

[Snyk] Security upgrade alpine from 3.17.2 to 3 #388

Workflow file for this run

name: Lint PR name
on:
pull_request:
branches: master
types: [ opened, edited, synchronize, reopened ]
jobs:
lint-PR-name:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm install @commitlint/config-conventional
- uses: JulienKode/pull-request-name-linter-action@v0.5.0
with:
configuration-path: '.github/commitlint.config.js'