no nodejs, only eslint
Some checks failed
Lint / Run linters (push) Failing after 1m12s

This commit is contained in:
Marius Alwan Meyer 2023-05-01 23:04:54 +00:00
parent 3feab3d957
commit cd707eb6c2

View File

@ -17,18 +17,10 @@ jobs:
steps:
- name: Install Dependencies
run: apt update; apt install -y nodejs eslint
run: apt update; apt install -y eslint
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 14
- name: Install Node.js dependencies
run: npm ci
- name: Run eslint
run: eslint *.js