Skip to content

Merge pull request #297 from pixel-perfect-agency/dependabot/npm_and_… #657

Merge pull request #297 from pixel-perfect-agency/dependabot/npm_and_…

Merge pull request #297 from pixel-perfect-agency/dependabot/npm_and_… #657

Workflow file for this run

name: Lint using Next.js with ESLint and Stylelint
on: push
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run lint