Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Merge pull request #218 from 9oelM/main #477

Merge pull request #218 from 9oelM/main

Merge pull request #218 from 9oelM/main #477

Workflow file for this run

---
name: Action Lint
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
paths:
- '.github/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-actionlint@v1
with:
reporter: github-check