Skip to content

Plan to split up existing javascript/node.js modules across the new courses #149

Plan to split up existing javascript/node.js modules across the new courses

Plan to split up existing javascript/node.js modules across the new courses #149

Workflow file for this run

---
name: Lint
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: npm install
run: npm install
- name: Run the linter
run: ./lint