Skip to content

build: introduce checks #1

build: introduce checks

build: introduce checks #1

Workflow file for this run

---
name: Actions Linter
on:
pull_request:
paths:
- '.github/**'
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: actionlint
uses: raven-actions/actionlint@v1