Skip to content

build(deps-dev): bump cronometro from 2.0.2 to 3.0.1 #136

build(deps-dev): bump cronometro from 2.0.2 to 3.0.1

build(deps-dev): bump cronometro from 2.0.2 to 3.0.1 #136

Workflow file for this run

name: linter
on:
push:
branches:
- main
pull_request:
branches:
- main
# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js
uses: actions/setup-node@v4
- name: Install dependencies
run: npm install --ignore-scripts
- name: Linter
run: npm run format:ci