Skip to content

chore(deps-dev): bump eslint from 8.52.0 to 8.53.0 in /nodejs-intro #4

chore(deps-dev): bump eslint from 8.52.0 to 8.53.0 in /nodejs-intro

chore(deps-dev): bump eslint from 8.52.0 to 8.53.0 in /nodejs-intro #4

Workflow file for this run

name: Format Lint
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Module 1 - nodejs-intro
run: |
cd nodejs-intro
npm install
npm run format
npm run lint