mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-16 17:03:13 +01:00
fixed link checker job's name
This commit is contained in:
parent
f38f555d67
commit
6e84055033
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
game:
|
check-links:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Clone Repository
|
- name: Clone Repository
|
||||||
|
|
Loading…
Reference in a new issue