Skip to content

fix: publish contracts from the live GitHub Pages registry #8

fix: publish contracts from the live GitHub Pages registry

fix: publish contracts from the live GitHub Pages registry #8

Workflow file for this run

name: PR Lint
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}