Skip to content

FEAT: Allow users to select template and answer questions #26

FEAT: Allow users to select template and answer questions

FEAT: Allow users to select template and answer questions #26

Workflow file for this run

name: Golang Formatting
on: [pull_request]
jobs:
build:
name: Golang Formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Golang Formatting
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi