Skip to content

Pin GitHub Actions runners to a specific version (#57) #169

Pin GitHub Actions runners to a specific version (#57)

Pin GitHub Actions runners to a specific version (#57) #169

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