Skip to content

Merge pull request #80 from marocchino/dependabot/npm_and_yarn/eslint… #158

Merge pull request #80 from marocchino/dependabot/npm_and_yarn/eslint…

Merge pull request #80 from marocchino/dependabot/npm_and_yarn/eslint… #158

Workflow file for this run

name: "test-local"
on:
pull_request:
push:
branches:
- master
- "releases/*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test
- uses: ./
with:
path: ".tool-versions"