Skip to content

💥 breaking changes to Upload for better file header support #184

💥 breaking changes to Upload for better file header support

💥 breaking changes to Upload for better file header support #184

Workflow file for this run

name: format
on:
push
jobs:
format:
name: format
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
- name: gofmt
uses: wearerequired/lint-action@v2
with:
gofmt: true