Skip to content

Reapply "Use ${{github.token}} as default" #351

Reapply "Use ${{github.token}} as default"

Reapply "Use ${{github.token}} as default" #351

Workflow file for this run

name: "Test typescript-action"
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run test
- run: npm run check
- run: npm run build