Compare commits
No commits in common. "rire_action_test" and "main" have entirely different histories.
rire_actio
...
main
1 changed files with 0 additions and 22 deletions
22
action.yml
22
action.yml
|
@ -1,22 +0,0 @@
|
||||||
name: Run Go Lint
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_call:
|
|
||||||
inputs:
|
|
||||||
source:
|
|
||||||
description: 'The source for running the tests'
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
default: './...'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-go:
|
|
||||||
runs-on: docker
|
|
||||||
container:
|
|
||||||
image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipeline-container/golang-ci-lint:v1.62
|
|
||||||
steps:
|
|
||||||
- name: Clone Repository
|
|
||||||
uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/checkout@main
|
|
||||||
- name: Run go build
|
|
||||||
run: |
|
|
||||||
golangci-lint run ${{ inputs.source }} --out-format=json --timeout 5m --issues-exit-code 1
|
|
Loading…
Reference in a new issue