Skip to content

initial commit

initial commit #3

Workflow file for this run

name: test-ci
on: [push]
jobs:
test:

Check failure on line 7 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / test-ci

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
needs: pre_job
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: test
uses: trapajim/go-pipeline-action@v1
with:
go-version: '1.22.2'
go-vet: true
golangci-version: latest
go-test-flags: './... -v'