Skip to content

Commit

Permalink
Fix YAML syntax and remove lint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed Apr 3, 2022
1 parent 6722419 commit d153533
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,3 @@ jobs:
go-version: 1.17.1
- name: Test
run: go test ./...

lint:
name: Lint
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17.1
- name: Check Modules
run: |
go mod tidy
if [ ! -z "$(git status --porcelain=v1)" ]; then
>&2 echo "Please run \`go mod tidy\` and commit the result."
exit 1
fi
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.29
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project_name: slack

builds:
- main: ./cmd/slack-to-md
- goos: [linux, darwin]
goos: [linux, darwin]
goarch: [amd64, arm64]
ldflags:
- -X github.com/rneatherway/slack/version.version={{.Version}}
Expand Down

0 comments on commit d153533

Please sign in to comment.