aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKiyoon Kim <yoonkr33@gmail.com>2023-02-15 14:56:45 +0000
committerStephan Seitz <stephan.seitz@fau.de>2023-02-16 01:48:37 -0800
commit80e41f22ceaa088df6d93a0026d1e7783bc6079e (patch)
tree23beec60ee213e52277b74a78325359c7417066a /.github
parentUpdate parsers: c_sharp, fortran, sql (diff)
downloadnvim-treesitter-80e41f22ceaa088df6d93a0026d1e7783bc6079e.tar
nvim-treesitter-80e41f22ceaa088df6d93a0026d1e7783bc6079e.tar.gz
nvim-treesitter-80e41f22ceaa088df6d93a0026d1e7783bc6079e.tar.bz2
nvim-treesitter-80e41f22ceaa088df6d93a0026d1e7783bc6079e.tar.lz
nvim-treesitter-80e41f22ceaa088df6d93a0026d1e7783bc6079e.tar.xz
nvim-treesitter-80e41f22ceaa088df6d93a0026d1e7783bc6079e.tar.zst
nvim-treesitter-80e41f22ceaa088df6d93a0026d1e7783bc6079e.zip
prettier formatting yml and md
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md5
-rw-r--r--.github/ISSUE_TEMPLATE/highlighting_issue.yml2
-rw-r--r--.github/workflows/lint.yml16
-rw-r--r--.github/workflows/test-queries.yml4
-rw-r--r--.github/workflows/tests.yml4
-rw-r--r--.github/workflows/update-lockfile.yml2
7 files changed, 17 insertions, 18 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 0b6c990a9..f68dd2486 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,6 +1,6 @@
name: Bug report
description: Create a report to help us improve
-labels: [ bug ]
+labels: [bug]
body:
- type: markdown
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 11fc491ef..d883b8f2d 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,10 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
-title: ''
+title: ""
labels: enhancement
-assignees: ''
-
+assignees: ""
---
**Is your feature request related to a problem? Please describe.**
diff --git a/.github/ISSUE_TEMPLATE/highlighting_issue.yml b/.github/ISSUE_TEMPLATE/highlighting_issue.yml
index b6c4404fc..2713df8a1 100644
--- a/.github/ISSUE_TEMPLATE/highlighting_issue.yml
+++ b/.github/ISSUE_TEMPLATE/highlighting_issue.yml
@@ -1,6 +1,6 @@
name: Highlighting issue
description: Missing or incorrect highlights or you want to change the way something is highlighted
-labels: [ highlights ]
+labels: [highlights]
body:
- type: markdown
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 71510b1b9..dd608d246 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -1,6 +1,6 @@
name: Linting and style checking
-on:
+on:
push:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
@@ -25,10 +25,10 @@ jobs:
name: StyLua
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
- - name: Lint with stylua
- uses: JohnnyMorganz/stylua-action@v2
- with:
- token: ${{ secrets.GITHUB_TOKEN }}
- version: latest
- args: --check .
+ - uses: actions/checkout@v3
+ - name: Lint with stylua
+ uses: JohnnyMorganz/stylua-action@v2
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
+ version: latest
+ args: --check .
diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml
index 5c9786536..fd1fdce8f 100644
--- a/.github/workflows/test-queries.yml
+++ b/.github/workflows/test-queries.yml
@@ -3,11 +3,11 @@ name: Test queries
on:
push:
branches:
- - 'master'
+ - "master"
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- - 'master'
+ - "master"
# Cancel any in-progress CI runs for a PR if it is updated
concurrency:
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 078cdbd52..a628d4d7c 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -3,11 +3,11 @@ name: Tests
on:
push:
branches:
- - 'master'
+ - "master"
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- - 'master'
+ - "master"
# Cancel any in-progress CI runs for a PR if it is updated
concurrency:
diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml
index 8eaddb3b9..806f85701 100644
--- a/.github/workflows/update-lockfile.yml
+++ b/.github/workflows/update-lockfile.yml
@@ -2,7 +2,7 @@ name: Update lockfile
on:
schedule:
- - cron: '30 6 * * *'
+ - cron: "30 6 * * *"
workflow_dispatch:
jobs: