Skip to content

Commit

Permalink
💚 switch GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip committed Aug 15, 2023
1 parent 1e3164e commit d31510d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 55 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Lint Markdown'

on: [pull_request, push]

permissions:
contents: read

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
- run: npm run lint
55 changes: 0 additions & 55 deletions .github/workflows/linter.yml

This file was deleted.

File renamed without changes.

0 comments on commit d31510d

Please sign in to comment.