Skip to content

Commit

Permalink
Add Lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
yoriiis committed Jul 8, 2023
1 parent bcbe865 commit c406418
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2,851 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Lint

on:
workflow_dispatch:
workflow_call:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
lint:
uses: yoriiis/actions/.github/workflows/lint.yml@main
with:
typescript-status: false
markdown-status: false
Loading

0 comments on commit c406418

Please sign in to comment.