Skip to content

Commit

Permalink
Use standard linters and checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai committed Dec 17, 2024
1 parent a262e05 commit e112b6a
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions bitrise.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
format_version: 5
format_version: "11"
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git


workflows:
test:
steps:
- script:
inputs:
- content: |-
#!/usr/bin/env bash
set -ex
go get -u github.com/stretchr/testify/require
go get -u golang.org/x/crypto/ssh/terminal
go get -u gopkg.in/yaml.v2
- go-list:
- git::https://github.com/bitrise-steplib/steps-check.git:
title: Lint
inputs:
- exclude: "*/vendor/*\n*/pkcs12*"
- golint:
- errcheck:
- go-test:
- workflow: lint
- skip_step_yml_validation: "yes"
- go-list: { }
- go-test: { }

0 comments on commit e112b6a

Please sign in to comment.