Skip to content

fix: add meta info to Case class #53

fix: add meta info to Case class

fix: add meta info to Case class #53

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
# Pin action to SHA instead of git tag, the sha is equal to the v4 tag.
- uses: amannn/action-semantic-pull-request@91682d013dea3ff257520b9b68c9cb93ced4fe9b
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}