Skip to content

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

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

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

Workflow file for this run

name: TypeScript
on:
push:
pull_request:
jobs:
tsc:
name: "TSC"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up node.js
uses: actions/setup-node@v3
with:
node-version: "16"
cache: "npm"
- run: npm install
- run: npx tsc --noEmit