Skip to content

build(deps): bump dawidd6/action-download-artifact from 7 to 8 (#51) #98

build(deps): bump dawidd6/action-download-artifact from 7 to 8 (#51)

build(deps): bump dawidd6/action-download-artifact from 7 to 8 (#51) #98

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Node.js
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 20.x
- name: Install Dependencies
run: npm ci
- name: Lint
run: npm run lint