Skip to content

Merge pull request #3 from wille/dependabot/npm_and_yarn/multi-6bc014… #42

Merge pull request #3 from wille/dependabot/npm_and_yarn/multi-6bc014…

Merge pull request #3 from wille/dependabot/npm_and_yarn/multi-6bc014… #42

Workflow file for this run

name: Commit
on:
push:
jobs:
check:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # 4.0.3
with:
node-version: 22
cache: npm
- name: Installing dependencies
run: npm ci
- name: Test
run: npm test
- name: Format
run: npx prettier --check ./src