mirror of
https://github.com/xn0px90/awesome-qubes-os.git
synced 2025-03-30 02:28:03 -04:00
Create main.yml
Signed-off-by: xn0px90 <xn0px90@users.noreply.github.com>
This commit is contained in:
parent
19b92a7b1a
commit
3647abb8e7
12
.github/workflows/main.yml
vendored
Normal file
12
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user