Skip to content

fix: container log, parallel execution, code dupe and process stuck #322

fix: container log, parallel execution, code dupe and process stuck

fix: container log, parallel execution, code dupe and process stuck #322

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, synchronize, edited, reopened]
jobs:
linr-pr-title:
name: PR Title
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
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}