Skip to content

Use matrix build for multi-platform Docker build #405

Use matrix build for multi-platform Docker build

Use matrix build for multi-platform Docker build #405

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