Skip to content

Commit

Permalink
Convert to LF?
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminPerRam committed Oct 30, 2023
1 parent f64c405 commit 79032ab
Show file tree
Hide file tree
Showing 13 changed files with 6,312 additions and 6,312 deletions.
26 changes: 13 additions & 13 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"env": {
"browser": false,
"es2021": true
},
"extends": "standard",
"parserOptions": {
"ecmaVersion": 2021,
"sourceType": "module"
},
"rules": {
}
}
{
"env": {
"browser": false,
"es2021": true
},
"extends": "standard",
"parserOptions": {
"ecmaVersion": 2021,
"sourceType": "module"
},
"rules": {
}
}
62 changes: 31 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: 'bug: something is not working'
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Steps To Reproduce**
Please provide the steps to reproduce the behavior (if not possible, describe as many details as possible).

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots or Data**
If applicable, add screenshots/data to help explain your problem, if this is about a query, run the CLI version with the `--debug` option and put the output in an collapsible section.
<details>
```
How to do a collapsible section:
<details>
This is hidden until it is not!
</details>
```
</details>

**Additional context**
Add any other context about the problem here.
---
name: Bug report
about: Create a report to help us improve
title: 'bug: something is not working'
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Steps To Reproduce**
Please provide the steps to reproduce the behavior (if not possible, describe as many details as possible).

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots or Data**
If applicable, add screenshots/data to help explain your problem, if this is about a query, run the CLI version with the `--debug` option and put the output in an collapsible section.
<details>
```
How to do a collapsible section:
<details>
This is hidden until it is not!
</details>
```
</details>

**Additional context**
Add any other context about the problem here.
28 changes: 14 additions & 14 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
title: 'feat: new stuff!'
labels: enhancement
assignees: ''

---

**What is this feature about?**
Shortly explain what your requested feature is about.

**Additional context/references**
Add any other context or references about the feature request here.
---
name: Feature request
about: Suggest an idea for this project
title: 'feat: new stuff!'
labels: enhancement
assignees: ''

---

**What is this feature about?**
Shortly explain what your requested feature is about.

**Additional context/references**
Add any other context or references about the feature request here.
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
versioning-strategy: increase

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
versioning-strategy: increase
56 changes: 28 additions & 28 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@

name: Deno

on:
push:
branches: ["master"]
pull_request:
branches: ["master"]

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Setup repo
uses: actions/checkout@v3

- name: Setup Deno
# uses: denoland/setup-deno@v1
uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 # v1.1.2
with:
deno-version: v1.x

- name: Compile
run: deno compile --allow-read bin/gamedig.js

name: Deno

on:
push:
branches: ["master"]
pull_request:
branches: ["master"]

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Setup repo
uses: actions/checkout@v3

- name: Setup Deno
# uses: denoland/setup-deno@v1
uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 # v1.1.2
with:
deno-version: v1.x

- name: Compile
run: deno compile --allow-read bin/gamedig.js
54 changes: 27 additions & 27 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@

name: Node

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.17, 16.x, 18.x]

steps:
- uses: actions/checkout@v3
- name: Use Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present

name: Node

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.17, 16.x, 18.x]

steps:
- uses: actions/checkout@v3
- name: Use Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/node_modules
/npm-debug.log
/*.iml
/.idea
# Deno bin/gamedig executable
gamedig
/node_modules
/npm-debug.log
/*.iml
/.idea
# Deno bin/gamedig executable
gamedig
Loading

0 comments on commit 79032ab

Please sign in to comment.