mirror of
https://github.com/xn0px90/awesome-qubes-os.git
synced 2024-10-01 06:35:43 -04:00
16867f2c92
Signed-off-by: xn0px90 <xn0px90@users.noreply.github.com>
14 lines
225 B
YAML
14 lines
225 B
YAML
name: CI
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- 'main'
|
|
jobs:
|
|
Awesome_Lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
with:
|
|
fetch-depth: 0
|
|
- run: npx awesome-lint
|