Skip to content

Bump codecov/codecov-action from 4 to 5 in the gh-actions group #1798

Bump codecov/codecov-action from 4 to 5 in the gh-actions group

Bump codecov/codecov-action from 4 to 5 in the gh-actions group #1798

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Setup Node.js
uses: actions/setup-node@v4.1.0
with:
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint