Skip to content

CI: enable for the new main branch #5

CI: enable for the new main branch

CI: enable for the new main branch #5

Workflow file for this run

name: Main
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx awesome-lint README.md