Skip to content

Continuous testing #656

Continuous testing

Continuous testing #656

Workflow file for this run

name: Pull request
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check PR title
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}