Skip to content

Take I have no clue at this point. Hopefully this works. I've spent w… #20

Take I have no clue at this point. Hopefully this works. I've spent w…

Take I have no clue at this point. Hopefully this works. I've spent w… #20

Workflow file for this run

on:
pull_request:
types:
- opened
- synchronize
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: git clone --depth=1 "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" .
- run: npm ci
- run: npx eslint .
- run: npm test