mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-06 17:29:31 +08:00
Fixed checkstyle and docs (#2035)
* Update bubble sort algorithm * fixed checkstyle * Formatted with Google Java Formatter Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/checkstyle.yml
vendored
2
.github/workflows/checkstyle.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Code Formatter
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
format:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user