Skip to content

Bump docker/setup-buildx-action from 2 to 3 #385

Bump docker/setup-buildx-action from 2 to 3

Bump docker/setup-buildx-action from 2 to 3 #385

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