Skip to content

Commit

Permalink
Add checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
AsemLab committed Jul 29, 2024
1 parent f144496 commit ce70354
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
# Print Hello, world!
- name: Run a one-line script
run: echo Hello, world!

- name: Print Java
run: javac -version

0 comments on commit ce70354

Please sign in to comment.