Skip to content

feat: In-memory provider for e2e testing and minimal usage #2732

feat: In-memory provider for e2e testing and minimal usage

feat: In-memory provider for e2e testing and minimal usage #2732

Workflow file for this run

name: 'Lint PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
main:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@00282d63cda40a6eaf3e9d0cbb1ac4384de896e8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}