Skip to content

Extend the parameters of 'images.load' and 'login' methods #627

Extend the parameters of 'images.load' and 'login' methods

Extend the parameters of 'images.load' and 'login' methods #627

Workflow file for this run

name: validate
on:
pull_request:
jobs:
commit:
runs-on: ubuntu-22.04
# Only check commits on pull requests.
if: github.event_name == 'pull_request'
steps:
- name: get pr commits
id: 'get-pr-commits'
uses: tim-actions/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: check subject line length
uses: tim-actions/[email protected]
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}
pattern: '^.{0,72}(\n.*)*$'
error: 'Subject too long (max 72)'