prettier formatting yml and md

This commit is contained in:
Kiyoon Kim 2023-02-15 14:56:45 +00:00 committed by Stephan Seitz
parent 37544570c9
commit 80e41f22ce
9 changed files with 36 additions and 32 deletions

View file

@ -1,6 +1,6 @@
name: Bug report
description: Create a report to help us improve
labels: [ bug ]
labels: [bug]
body:
- type: markdown

View file

@ -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.**

View file

@ -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

View file

@ -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 .

View file

@ -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:

View file

@ -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:

View file

@ -2,7 +2,7 @@ name: Update lockfile
on:
schedule:
- cron: '30 6 * * *'
- cron: "30 6 * * *"
workflow_dispatch:
jobs: