Skip to content

build(deps-dev): bump @autotelic/eslint-config-js from 0.2.1 to 0.3.0 #9

build(deps-dev): bump @autotelic/eslint-config-js from 0.2.1 to 0.3.0

build(deps-dev): bump @autotelic/eslint-config-js from 0.2.1 to 0.3.0 #9

Workflow file for this run

name: Lint & Test
on:
workflow_call:
pull_request:
push:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run validate