Skip to content

Commit

Permalink
Update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-semenyuk authored Oct 14, 2023
1 parent 43208e6 commit a1009fa
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
name: CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

workflow_dispatch:

branches: [main]

jobs:
build:
Awesome_Lint:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
- uses: max/[email protected]
- uses: actions/checkout@v2
with:
filename: README.md
fetch-depth: 0
- run: npx awesome-lint

0 comments on commit a1009fa

Please sign in to comment.