Skip to content

Bump docker/metadata-action from 4 to 5 #47

Bump docker/metadata-action from 4 to 5

Bump docker/metadata-action from 4 to 5 #47

Workflow file for this run

name: format
on: push
jobs:
fmt:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install
- run: yarn check-fmt