mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-12-04 13:23:43 +01:00
Give CI workflows consistent names
This commit is contained in:
parent
79e5e64c44
commit
bf55f52197
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
@ -1,12 +1,12 @@
|
||||
name: "Check"
|
||||
on: [push, pull_request]
|
||||
name: Check
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: "Luacheck"
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: apt
|
||||
run: sudo apt-get install -y luarocks
|
||||
- name: luacheck install
|
||||
|
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -1,11 +1,11 @@
|
||||
name: test
|
||||
|
||||
name: "Test"
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: "Unittests"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run tests
|
||||
run: MINETEST_VER=latest ./.util/run_tests.sh
|
||||
|
Loading…
Reference in New Issue
Block a user