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
2 changed files with 10 additions and 3 deletions

View File

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

View File

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