aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorDundar Göc <gocdundar@gmail.com>2022-02-06 10:57:47 +0100
committerKiyan <yazdani.kiyan@protonmail.com>2022-02-14 19:15:17 +0100
commitf476df31af4d6d4bbb6a34b3ca870564cfc39b83 (patch)
tree4fe40beb63643a9fefe7a33769449d981932ff50 /.github/workflows
parentUpdate lockfile.json (#2529) (diff)
downloadnvim-treesitter-f476df31af4d6d4bbb6a34b3ca870564cfc39b83.tar
nvim-treesitter-f476df31af4d6d4bbb6a34b3ca870564cfc39b83.tar.gz
nvim-treesitter-f476df31af4d6d4bbb6a34b3ca870564cfc39b83.tar.bz2
nvim-treesitter-f476df31af4d6d4bbb6a34b3ca870564cfc39b83.tar.lz
nvim-treesitter-f476df31af4d6d4bbb6a34b3ca870564cfc39b83.tar.xz
nvim-treesitter-f476df31af4d6d4bbb6a34b3ca870564cfc39b83.tar.zst
nvim-treesitter-f476df31af4d6d4bbb6a34b3ca870564cfc39b83.zip
ci: rename workflows and jobs to be more consistent
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test-queries.yml (renamed from .github/workflows/check-query-files-and-compilation.yml)4
-rw-r--r--.github/workflows/tests.yml2
-rw-r--r--.github/workflows/update-lockfile.yml (renamed from .github/workflows/update-parsers-pr.yml)6
-rw-r--r--.github/workflows/update-readme.yml4
4 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/test-queries.yml
index d26729721..d4ec33052 100644
--- a/.github/workflows/check-query-files-and-compilation.yml
+++ b/.github/workflows/test-queries.yml
@@ -1,4 +1,4 @@
-name: Parser compilation and query file check
+name: Test queries
on:
push:
@@ -19,7 +19,7 @@ defaults:
shell: bash
jobs:
- check_compilation_unix_like:
+ check_compilation:
strategy:
fail-fast: false
matrix:
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 03d1847b4..98bb68744 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true
jobs:
- check_compilation_unix_like:
+ check_compilation:
strategy:
fail-fast: false
matrix:
diff --git a/.github/workflows/update-parsers-pr.yml b/.github/workflows/update-lockfile.yml
index 1af4913f2..b712af417 100644
--- a/.github/workflows/update-parsers-pr.yml
+++ b/.github/workflows/update-lockfile.yml
@@ -1,4 +1,4 @@
-name: Make Parser Update PR
+name: Update lockfile
on:
schedule:
@@ -8,8 +8,8 @@ on:
- master
jobs:
- update-parsers:
- name: Update parsers
+ update-lockfile:
+ name: Update lockfile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml
index 87c884cf6..dba7ba260 100644
--- a/.github/workflows/update-readme.yml
+++ b/.github/workflows/update-readme.yml
@@ -1,4 +1,4 @@
-name: Check README parser info
+name: Update README
on:
push:
@@ -7,7 +7,7 @@ on:
jobs:
update-readme:
- name: Check README parser info
+ name: Update README
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2