Skip to content

Merge pull request #85 from gofiber/dependabot/npm_and_yarn/word-wrap… #199

Merge pull request #85 from gofiber/dependabot/npm_and_yarn/word-wrap…

Merge pull request #85 from gofiber/dependabot/npm_and_yarn/word-wrap… #199

Workflow file for this run

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