Skip to content

Commit

Permalink
Merge branch 'main' into Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
samduckett authored Dec 31, 2023
2 parents ed50564 + 7f743d5 commit 2b0981a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Unit Test

on:
pull_request:
push:
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
name: Check Formatting


on: [push]
on:
push:
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
spotless:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request:
branches:
- main
push:
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/publish-javadoc.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Deploy Javadoc

on:
schedule:
- cron: "0 2 * * 1-5"
push:
branches:
- main
workflow_dispatch:

jobs:
publish:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ was also messing around with formating the joystics and motor controllers
<?in my mind util should be something that can jsut be copied and pasted year to year. (implementing updates and stuff but not major changes)
EDIT: testing isues
making a pull request

0 comments on commit 2b0981a

Please sign in to comment.