Skip to content

Commit

Permalink
Merge pull request #133 from idematos/workflows
Browse files Browse the repository at this point in the history
Add awesome-lint
  • Loading branch information
idematos authored Nov 16, 2024
2 parents af1bcd8 + cf58a0c commit 105fdc9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/awesome-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Awesome Lint CI

on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
lint:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install awesome-lint
run: npm install -g awesome-lint

- name: Run awesome-lint
run: awesome-lint

0 comments on commit 105fdc9

Please sign in to comment.