32 changed files with 107 additions and 115 deletions
@ -16,7 +16,7 @@ jobs: |
|||||
runs-on: ubuntu-latest |
runs-on: ubuntu-latest |
||||
steps: |
steps: |
||||
# Drafts your next Release notes as Pull Requests are merged into "master" |
# Drafts your next Release notes as Pull Requests are merged into "master" |
||||
- uses: release-drafter/[email protected]0.1 |
- uses: release-drafter/[email protected].0 |
||||
with: |
with: |
||||
config-name: release-drafter.yml |
config-name: release-drafter.yml |
||||
env: |
env: |
||||
|
@ -1,55 +0,0 @@ |
|||||
--- |
|
||||
################################# |
|
||||
################################# |
|
||||
## Super Linter GitHub Actions ## |
|
||||
################################# |
|
||||
################################# |
|
||||
name: Lint Code Base |
|
||||
|
|
||||
# |
|
||||
# Documentation: |
|
||||
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions |
|
||||
# |
|
||||
|
|
||||
############################# |
|
||||
# Start the job on all push # |
|
||||
############################# |
|
||||
on: |
|
||||
push: |
|
||||
branches-ignore: [master, main] |
|
||||
# Remove the line above to run when pushing to master |
|
||||
pull_request: |
|
||||
|
|
||||
############### |
|
||||
# Set the Job # |
|
||||
############### |
|
||||
jobs: |
|
||||
build: |
|
||||
# Name the Job |
|
||||
name: Lint Code Base |
|
||||
# Set the agent to run on |
|
||||
runs-on: ubuntu-latest |
|
||||
|
|
||||
################## |
|
||||
# Load all steps # |
|
||||
################## |
|
||||
steps: |
|
||||
########################## |
|
||||
# Checkout the code base # |
|
||||
########################## |
|
||||
- name: Checkout Code |
|
||||
uses: actions/checkout@v2 |
|
||||
with: |
|
||||
# Full git history is needed to get a proper list of changed files within `super-linter` |
|
||||
fetch-depth: 0 |
|
||||
|
|
||||
################################ |
|
||||
# Run Linter against code base # |
|
||||
################################ |
|
||||
- name: Lint Code Base |
|
||||
uses: github/super-linter@v4 |
|
||||
env: |
|
||||
VALIDATE_ALL_CODEBASE: false |
|
||||
# Change to 'master' if your main branch differs |
|
||||
DEFAULT_BRANCH: main |
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
@ -0,0 +1,28 @@ |
|||||
|
name: Trigger Docker Build |
||||
|
on: |
||||
|
push: |
||||
|
branches: |
||||
|
- master |
||||
|
- develop |
||||
|
jobs: |
||||
|
trigger_build_docker-linuxgsm: |
||||
|
name: Trigger Build docker-linuxgsm |
||||
|
runs-on: ubuntu-latest |
||||
|
steps: |
||||
|
- uses: convictional/[email protected] |
||||
|
with: |
||||
|
owner: GameServerManagers |
||||
|
repo: docker-linuxgsm |
||||
|
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} |
||||
|
workflow_file_name: docker-publish.yml |
||||
|
|
||||
|
trigger_build_docker-gameserver: |
||||
|
name: Trigger Build docker-linuxgsm |
||||
|
runs-on: ubuntu-latest |
||||
|
steps: |
||||
|
- uses: convictional/[email protected] |
||||
|
with: |
||||
|
owner: GameServerManagers |
||||
|
repo: docker-gameserver |
||||
|
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} |
||||
|
workflow_file_name: docker-publish.yml |
File diff suppressed because one or more lines are too long
Can't render this file because it has a wrong number of fields in line 2.
|
Can't render this file because it has a wrong number of fields in line 2.
|
Can't render this file because it has a wrong number of fields in line 2.
|
Can't render this file because it has a wrong number of fields in line 2.
|
Can't render this file because it has a wrong number of fields in line 2.
|
Can't render this file because it has a wrong number of fields in line 2.
|
Can't render this file because it has a wrong number of fields in line 2.
|
Can't render this file because it has a wrong number of fields in line 2.
|
Can't render this file because it has a wrong number of fields in line 2.
|
Can't render this file because it has a wrong number of fields in line 2.
|
Can't render this file because it has a wrong number of fields in line 2.
|
Can't render this file because it has a wrong number of fields in line 2.
|
Loading…
Reference in new issue