Skip to content

Run lint and tests in PR #1

Run lint and tests in PR

Run lint and tests in PR #1

Workflow file for this run

---
name: "Pull Request"
"on":
pull_request:
branches:
- main
jobs:
test:
name: "Build Docker image and push to Dockerhub"

Check failure on line 11 in .github/workflows/pr.yaml

View workflow run for this annotation

GitHub Actions / Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yaml (Line: 11, Col: 5): Required property is missing: runs-on
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Lint
run: make lint
- name: Test
run: make test