Skip to content

Fix lint.

Fix lint. #2

Workflow file for this run

name: CI
on:
[push, pull_request]
jobs:
Awesome_Lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout πŸ””
uses: actions/checkout@4
with:
fetch-depth: 0
- name: Run linter πŸ‘€
run: npx awesome-lint