Skip to content

Merge pull request #530 from weseek/dependabot/npm_and_yarn/eslint-8.… #1111

Merge pull request #530 from weseek/dependabot/npm_and_yarn/eslint-8.…

Merge pull request #530 from weseek/dependabot/npm_and_yarn/eslint-8.… #1111

Workflow file for this run

name: Application - Lint
on:
push:
branches-ignore: [stable]
paths-ignore:
- ".**"
- "!.eslintrc.js"
- "docker/**"
- "**.md"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16.14.2"
cache: "yarn"
- run: yarn install
- run: yarn run lint