aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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
4 files changed, 13 insertions, 13 deletions
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: