Skip to content

Dockerised binding regeneration #393

Dockerised binding regeneration

Dockerised binding regeneration #393

Workflow file for this run

name: Formatting
on:
pull_request:
paths:
- '.github/workflows/**'
- '**.md'
- '**.yml'
- '**.yaml'
- '**.js'
- '**.json'
- '**.ts'
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn install
- run: yarn run prettier-check