Skip to content

Pin GitHub Actions runners to a specific version #192

Pin GitHub Actions runners to a specific version

Pin GitHub Actions runners to a specific version #192

name: typescript-test-runner / format
on:
push:
pull_request:
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-22.04
steps:
- name: 'Checkout code'
uses: actions/checkout@v3
- name: 'Verify formatting of all files'
run: ./bin/check-formatting.sh