Skip to content

Bump codecov/codecov-action from 7.0.0 to 7.1.0 #2024

Bump codecov/codecov-action from 7.0.0 to 7.1.0

Bump codecov/codecov-action from 7.0.0 to 7.1.0 #2024

Workflow file for this run

name: NPM Lint
on: [push]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: "Checkout code"
uses: actions/checkout@v7
- name: "Use Node.js"
uses: actions/setup-node@v7
with:
node-version: '20.x'
- name: "Install npm dependencies"
run: npm ci
- name: "Run linter"
run: npm run lint