Skip to content

Bump @robot-inventor/eslint-config from 0.1.2 to 0.1.3 #41

Bump @robot-inventor/eslint-config from 0.1.2 to 0.1.3

Bump @robot-inventor/eslint-config from 0.1.2 to 0.1.3 #41

Workflow file for this run

name: Node.js CI (format)
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [21.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run format:check