Skip to content

Merge pull request #36 from codebar-ag/dependabot/npm_and_yarn/eslint… #2

Merge pull request #36 from codebar-ag/dependabot/npm_and_yarn/eslint…

Merge pull request #36 from codebar-ag/dependabot/npm_and_yarn/eslint… #2

Workflow file for this run

name: PHP Linting
on: push
permissions:
contents: read
jobs:
pint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Check code style"
uses: aglipanci/[email protected]
with:
configPath: "pint.json"