Skip to content

Add portfolio to gen file #32

Add portfolio to gen file

Add portfolio to gen file #32

Workflow file for this run

name: TypeScript Lint
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- name: Run linter
run: npm run lint