Skip to content

chore(deps): update codecov/codecov-action action to v3 #14

chore(deps): update codecov/codecov-action action to v3

chore(deps): update codecov/codecov-action action to v3 #14

Workflow file for this run

name: PR
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
check:
name: Check PR title
# this can be changed to `self-hosted` to move to self-hosted
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}