Skip to content

missing "files" ref 🤦🏻‍♂️ #687

missing "files" ref 🤦🏻‍♂️

missing "files" ref 🤦🏻‍♂️ #687

Workflow file for this run

name: CI
on: [ push, pull_request]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run build --if-present
- run: npm run lint --if-present -- --quiet
- run: npm run test --if-present