Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Merge pull request #16 from ChartBoost/dependabot/github_actions/gith… #15

Merge pull request #16 from ChartBoost/dependabot/github_actions/gith…

Merge pull request #16 from ChartBoost/dependabot/github_actions/gith… #15

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@v4
- uses: reviewdog/action-actionlint@v1