- (docker dev) Bump node from 21.2.0-bullseye-slim to 21.4.0-bullseye-slim in /environment/dev/app #512
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check PR Title | |
on: | |
pull_request: | |
branches: [ "main" ] | |
types: [opened, edited, synchronize, ready_for_review, reopened] | |
jobs: | |
check-pr-title: | |
name: Check PR title | |
timeout-minutes: 1 | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: blumilksoftware/[email protected] |