Skip to content

chore(deps-dev): Bump ejs from 3.1.9 to 3.1.10 #100

chore(deps-dev): Bump ejs from 3.1.9 to 3.1.10

chore(deps-dev): Bump ejs from 3.1.9 to 3.1.10 #100

Workflow file for this run

name: Continuous Integration
on:
- push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Lint CSS
run: npm run lint:css
- name: Lint JS
run: npm run lint:js
- name: Lint data
run: npm run lint:data
- name: Lint format
run: npm run lint:format