Skip to content

Fugget About It eps 10-13 #7

Fugget About It eps 10-13

Fugget About It eps 10-13 #7

Workflow file for this run

name: Validate
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Validate
run: npm run validate