aquavm/.github/workflows/lint-pr.yml
Anatolios Laskaris 4b176c7684
chore: Speedup CI (#654)
* Update workflows

* Cache when building wasm

* F

* Fix

* Fix

* Cleanup

* F
2023-08-04 14:37:13 +03:00

22 lines
389 B
YAML

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