Skip to content

Bump docker/build-push-action from 4 to 5 #78

Bump docker/build-push-action from 4 to 5

Bump docker/build-push-action from 4 to 5 #78

Workflow file for this run

name: TypeScript
on:
pull_request_target:
branches: [main]
jobs:
typescript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3.8.1
with:
node-version: "20"
- run: npm ci
- run: npm run typecheck