Skip to content

feature: Use regex+ for more maintainable and safe regexes #29

feature: Use regex+ for more maintainable and safe regexes

feature: Use regex+ for more maintainable and safe regexes #29

Workflow file for this run

name: Pull request
on:
pull_request:
types: [ opened, synchronize, reopened ]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
needs: lint
uses: ./.github/workflows/test.yml
secrets:
GIST_SECRET: ${{ secrets.GIST_SECRET }}