Merge pull request #1939 from TheAlgorithms/dev

fixed checkstyle action
This commit is contained in:
Du Yuanchao 2020-10-25 02:14:11 +08:00 committed by GitHub
commit 2e6c7b4c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,10 @@
name: Build Project
on: [push, pull_request]
on:
pull_request:
push:
branches:
- master
jobs:
build:

View File

@ -1,7 +1,10 @@
name: Code Formatter
on: [push]
on:
pull_request:
push:
branches:
- master
jobs:
format:
runs-on: ubuntu-latest