Skip to content

enable tpm tests on windows #271

enable tpm tests on windows

enable tpm tests on windows #271

Workflow file for this run

name: actionlint
# See https://github.com/rhysd/actionlint
on:
pull_request:
branches:
- main
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.18
- 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 -ignore SC2046