Skip to content

Merge pull request #5 from connectk12:fix/update-get-value-from-branch #18

Merge pull request #5 from connectk12:fix/update-get-value-from-branch

Merge pull request #5 from connectk12:fix/update-get-value-from-branch #18

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: latest
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run lint && pnpm run build