Skip to content

chore: Use shared cache between tests, lints and e2e, better lints #1

chore: Use shared cache between tests, lints and e2e, better lints

chore: Use shared cache between tests, lints and e2e, better lints #1

Workflow file for this run

name: PR lints
on:
pull_request:
types:
- opened
- edited
- synchronize
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
pr:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}