Skip to content

Don't write temporary ps1 file #7

Don't write temporary ps1 file

Don't write temporary ps1 file #7

Workflow file for this run

name: actionlint
# See: https://github.com/rhysd/actionlint
on:
pull_request:
branches:
- main
- master
jobs:
actionlint:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Install actionlint
run: go install github.com/rhysd/actionlint/cmd/actionlint@latest
- name: Run actionlint
run: actionlint -color