Skip to content

Merge pull request #275 from balena/pull-out-random #119

Merge pull request #275 from balena/pull-out-random

Merge pull request #275 from balena/pull-out-random #119

Workflow file for this run

name: Go-fmt
on: push
jobs:
gofmt:
name: Go fmt project
runs-on: ubuntu-latest
steps:
- name: check out
uses: actions/checkout@v3
- name: go fmt project
uses: Jerome1337/gofmt-action@v1.0.4