Skip to content

Instantly share code, notes, and snippets.

@YonatanKra
Created June 27, 2020 09:45
Show Gist options
  • Save YonatanKra/e235873895b4a814119d5d2ebd36e1ff to your computer and use it in GitHub Desktop.
Save YonatanKra/e235873895b4a814119d5d2ebd36e1ff to your computer and use it in GitHub Desktop.
name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install @actions/core @actions/github @commitlint/config-conventional @commitlint/lint @commitlint/load
- name: Checks the PR title
run: node ./scripts/useTestTitle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment