mirror of
https://github.com/golemfactory/awesome-golem.git
synced 2026-04-29 22:07:38 -05:00
11 lines
207 B
YAML
11 lines
207 B
YAML
name: awesome-lint
|
|
on: [push, pull_request]
|
|
jobs:
|
|
Awesome_Lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
with:
|
|
fetch-depth: 0
|
|
- run: npx awesome-lint
|