Skip to content

Set slogger on rungroup after logshipping is set up, so that rungroup logs will be shipped #4414

Set slogger on rungroup after logshipping is set up, so that rungroup logs will be shipped

Set slogger on rungroup after logshipping is set up, so that rungroup logs will be shipped #4414

Workflow file for this run

name: actionlint
# See https://github.com/rhysd/actionlint
on:
pull_request:
branches:
- main
- master
merge_group:
types: [checks_requested]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
check-latest: true
cache: false
- 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