check whether the threshold and size of vs is equal (#291) #127
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] |