Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Merge pull request #81 from lucascaton/dependabot/github_actions/acti… #105

Merge pull request #81 from lucascaton/dependabot/github_actions/acti…

Merge pull request #81 from lucascaton/dependabot/github_actions/acti… #105

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
linters:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn # Install modules
- run: yarn lint