mirror of
https://github.com/xn0px90/awesome-qubes-os.git
synced 2025-04-11 18:29:05 -04:00
Merge branch 'main' of https://github.com/xn0px90/awesome-qubes-os
This commit is contained in:
commit
ed5ede6e32
5
.github/workflows/.travis.yml
vendored
Normal file
5
.github/workflows/.travis.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 'node'
|
||||
# git:
|
||||
# depth: false
|
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: npm awesome-lint
|
8
.github/workflows/package.json
vendored
Normal file
8
.github/workflows/package.json
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"scripts": {
|
||||
"test": "awesome-lint"
|
||||
},
|
||||
"devDependencies": {
|
||||
"awesome-lint": "*"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user