UNPKG
discord-oauth2
Version:
latest (2.12.1)
2.12.1
2.12.0
2.11.0
2.10.1
2.10.0
2.9.0
2.8.0
2.7.1
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
Easily interact with discord's oauth2 API
github.com/reboxer/discord-oauth2
reboxer/discord-oauth2
discord-oauth2
/
.github
/
workflows
/
ci.yml
19 lines
(14 loc)
•
270 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name:
Run
ESLint
on:
push:
branches:
[
master
]
pull_request:
branches:
[
master
]
jobs:
lint:
name:
Run
ESlint
runs-on:
ubuntu-latest
steps:
-
uses:
actions/checkout@v2
-
run:
npm
ci
-
run:
npm
run
lint