Skip to content

Quotes inputs for lint action to support multiple targets #79

Quotes inputs for lint action to support multiple targets

Quotes inputs for lint action to support multiple targets #79

Workflow file for this run

name: Run lint and static analyis checks
on:
pull_request:
concurrency:
group: lint-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml