Skip to content

Commit a746217

Browse files
committed
Readd files
1 parent 8316c21 commit a746217

5 files changed

Lines changed: 719 additions & 21 deletions

File tree

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: [tobiasdiez, JabRef]
2+
custom: ['https://github.com/JabRef/jabref/wiki/Donations']

.github/workflows/lint.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Lint test
2+
on: [push]
3+
jobs:
4+
run:
5+
name: Run
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v3
9+
- uses: actions/setup-node@v3
10+
with:
11+
node-version: 'lts/*'
12+
cache: 'npm'
13+
- run: npm install
14+
- run: $(npm bin)/web-ext lint --self-hosted

.prettierrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"semi": false,
3+
"singleQuote": true,
4+
"tabWidth": 4
5+
}

0 commit comments

Comments
 (0)