Skip to content

Update dependencies (incl. Lit 3.1.2) #99

Update dependencies (incl. Lit 3.1.2)

Update dependencies (incl. Lit 3.1.2) #99

Workflow file for this run

name: Linting
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
cache: "npm"
- name: Lint 🕵️‍♀️
run: |
npm install
npm run lint