Merge pull request #1939 from TheAlgorithms/dev
fixed checkstyle action
This commit is contained in:
commit
2e6c7b4c53
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -1,6 +1,10 @@
|
||||
name: Build Project
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
7
.github/workflows/checkstyle.yml
vendored
7
.github/workflows/checkstyle.yml
vendored
@ -1,7 +1,10 @@
|
||||
name: Code Formatter
|
||||
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
format:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user