Skip to content

Update documentation & build config #8

Update documentation & build config

Update documentation & build config #8

Workflow file for this run

name: actionlint
on:
push:
paths:
- '.github/workflows/**'
pull_request:
paths:
- '.github/workflows/**'
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: reviewdog/action-actionlint@v1