Skip to content

Create GitHub CI workflow for https://github.com/sindresorhus/awesome… #1

Create GitHub CI workflow for https://github.com/sindresorhus/awesome…

Create GitHub CI workflow for https://github.com/sindresorhus/awesome… #1

Workflow file for this run

name: CI
on: [push, pull_request]
# branches: [main]
jobs:
Awesome_Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npx awesome-lint