Browse Source

refactor: standardize workflow filenames with action prefix

pull/4918/head
Daniel Gibbs 1 month ago
parent
commit
fb72358f5d
Failed to extract signature
  1. 0
      .github/workflows/action-add-to-project.yml
  2. 0
      .github/workflows/action-details-check.yml
  3. 0
      .github/workflows/action-git-sync.yml
  4. 0
      .github/workflows/action-issue-triage-automation.yml
  5. 0
      .github/workflows/action-lock.yml
  6. 0
      .github/workflows/action-serverlist-validate.yml
  7. 0
      .github/workflows/action-trigger-docker-build.yml
  8. 0
      .github/workflows/action-update-check.yml
  9. 0
      .github/workflows/action-update-copyright-years-in-license-file.yml
  10. 0
      .github/workflows/action-version-check.yml
  11. 2
      README.md

0
.github/workflows/add-to-project.yml → .github/workflows/action-add-to-project.yml

0
.github/workflows/details-check.yml → .github/workflows/action-details-check.yml

0
.github/workflows/git-sync.yml → .github/workflows/action-git-sync.yml

0
.github/workflows/issue-triage-automation.yml → .github/workflows/action-issue-triage-automation.yml

0
.github/workflows/lock.yml → .github/workflows/action-lock.yml

0
.github/workflows/serverlist-validate.yml → .github/workflows/action-serverlist-validate.yml

0
.github/workflows/trigger-docker-build.yml → .github/workflows/action-trigger-docker-build.yml

0
.github/workflows/update-check.yml → .github/workflows/action-update-check.yml

0
.github/workflows/update-copyright-years-in-license-file.yml → .github/workflows/action-update-copyright-years-in-license-file.yml

0
.github/workflows/version-check.yml → .github/workflows/action-version-check.yml

2
README.md

@ -1,7 +1,7 @@
<p align="center"> <p align="center">
<a href="https://linuxgsm.com"><img src="https://i.imgur.com/Eoh1jsi.jpg" alt="LinuxGSM"> <a href="https://linuxgsm.com"><img src="https://i.imgur.com/Eoh1jsi.jpg" alt="LinuxGSM">
<a href="https://www.codacy.com/gh/GameServerManagers/LinuxGSM/dashboard"><img src="https://img.shields.io/codacy/grade/d19c5234dc3743d8a8a14093711ca52d?style=flat-square&logo=codacy&logoColor=white" alt="Codacy grade"></a> <a href="https://www.codacy.com/gh/GameServerManagers/LinuxGSM/dashboard"><img src="https://img.shields.io/codacy/grade/d19c5234dc3743d8a8a14093711ca52d?style=flat-square&logo=codacy&logoColor=white" alt="Codacy grade"></a>
<a href="https://bitbucket.org/GameServerManagers/linuxgsm"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/GameServerManagers/LinuxGSM/git-sync.yml?color=0052CC&logo=bitbucket&style=flat-square"></a> <a href="https://bitbucket.org/GameServerManagers/linuxgsm"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/GameServerManagers/LinuxGSM/action-git-sync.yml?color=0052CC&logo=bitbucket&style=flat-square"></a>
<a href="https://linuxgsm.com/discord"><img alt="Discord" src="https://img.shields.io/discord/127498813903601664?color=5865F2&label=%20&logo=discord&logoColor=ffffff&style=flat-square"></a> <a href="https://linuxgsm.com/discord"><img alt="Discord" src="https://img.shields.io/discord/127498813903601664?color=5865F2&label=%20&logo=discord&logoColor=ffffff&style=flat-square"></a>
<a href="https://developer.valvesoftware.com/wiki/SteamCMD"><img src="https://img.shields.io/badge/SteamCMD-000000?style=flat-square&amp;logo=Steam&amp;logoColor=white" alt="SteamCMD"></a> <a href="https://developer.valvesoftware.com/wiki/SteamCMD"><img src="https://img.shields.io/badge/SteamCMD-000000?style=flat-square&amp;logo=Steam&amp;logoColor=white" alt="SteamCMD"></a>
<a href="https://github.com/GameServerManagers/LinuxGSM/blob/master/LICENSE.md"><img src="https://img.shields.io/github/license/gameservermanagers/LinuxGSM?style=flat-square" alt="MIT License"></a> <a href="https://github.com/GameServerManagers/LinuxGSM/blob/master/LICENSE.md"><img src="https://img.shields.io/github/license/gameservermanagers/LinuxGSM?style=flat-square" alt="MIT License"></a>

Loading…
Cancel
Save