Skip to content

fix: Upgrade node from 20.14.0-alpine3.19 to 20.15.1-alpine3.19 #75

fix: Upgrade node from 20.14.0-alpine3.19 to 20.15.1-alpine3.19

fix: Upgrade node from 20.14.0-alpine3.19 to 20.15.1-alpine3.19 #75

Workflow file for this run

name: Pull Request Linter
on:
pull_request:
types:
- opened
- edited
- reopened
jobs:
lint-pr:
name: Lint pull request title
runs-on: ubuntu-latest
steps:
- name: Lint pull request title
uses: jef/conventional-commits-pr-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}