Skip to content

ship logs to http endpoint #1925

ship logs to http endpoint

ship logs to http endpoint #1925

Workflow file for this run

name: actionlint
# See https://github.com/rhysd/actionlint
on:
pull_request:
branches:
- main
- master
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: '1.20.5'
- name: install actionlint
run: go install github.com/rhysd/actionlint/cmd/actionlint@latest
- name: actionlint
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
actionlint -color