Skip to content

Commit

Permalink
add checkout step, add build badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bthreader committed Oct 30, 2023
1 parent 05aa96c commit d7f6b4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Java
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Service Course

[![Build and Test](https://github.com/bthreader/service-course/actions/workflows/main.yml/badge.svg)](https://github.com/bthreader/service-course/actions/workflows/main.yml)

A bike rental service completed as a learning project.

0 comments on commit d7f6b4c

Please sign in to comment.