Skip to content

try modules download #6

try modules download

try modules download #6

Workflow file for this run

name: build-and-test-rpn
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
version: [1.21]
os: [ubuntu-latest, windows-latest, macos-latest]
name: Build
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.version }}
id: go
- name: checkout
uses: actions/checkout@v3
- name: build
run: go build
# - name: test
# run: make test
golangci:
name: lint
runs-on: ubuntu-latest
run:

Check failure on line 30 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / build-and-test-rpn

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 30, Col: 5): Unexpected value 'run'
modules-download-mode: vendor
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3