Skip to content

Merge branch 'master' of github.com:devcows/hugo-universal-theme into… #253

Merge branch 'master' of github.com:devcows/hugo-universal-theme into…

Merge branch 'master' of github.com:devcows/hugo-universal-theme into… #253

Workflow file for this run

name: Eslint
on: [push, pull_request]
jobs:
linters:
name: Run Eslint
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: npm ci
- name: Run eslint
run: npm run eslint