Skip to content

build(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 #2821

build(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0

build(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 #2821

Workflow file for this run

name: Linter
on:
pull_request:
push:
branches:
- master
- release/*
env:
FORCE_COLOR: true
jobs:
eslint:
runs-on: ubuntu-20.04
name: ESLint
steps:
- name: "Checkout"
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "Install Node.js"
uses: actions/setup-node@v4
with:
node-version: 20
- name: "Install dependencies"
run: npm ci
- name: "Lint files"
run: "npm run eslint"