mirror of
https://github.com/freekode/mod-reward-played-time-improved.git
synced 2026-01-13 08:37:18 +00:00
upgrade
This commit is contained in:
3
.github/workflows/core-build.yml
vendored
3
.github/workflows/core-build.yml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
15
.github/workflows/core_codestyle.yml
vendored
Normal file
15
.github/workflows/core_codestyle.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Codestyle Checks
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
check-codestyle:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
runs-on: ubuntu-latest
|
||||
name: Check Codestyling
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Check Codestyling
|
||||
run: source ./apps/ci/ci-codestyle.sh
|
||||
Reference in New Issue
Block a user