Skip to content

Merge pull request #180 from gofiber/dependabot/npm_and_yarn/eslint-p… #434

Merge pull request #180 from gofiber/dependabot/npm_and_yarn/eslint-p…

Merge pull request #180 from gofiber/dependabot/npm_and_yarn/eslint-p… #434

Workflow file for this run

name: ContinuousIntegration
on: [push]
jobs:
continuous-integration:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Installing dependencies
run: yarn
- name: Linting
run: yarn lint
env:
CI: true