Skip to content

Commit

Permalink
Adding github actions support-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinmay-20 committed May 20, 2024
1 parent 8e07ef5 commit e78bab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build bookmarker-api
runs-on: ubuntu-latest # you can specify ubuntu version
defaults:
runs:
run:
working-directory: ./bookmarker-api
steps:
- uses: actions/checkout@v4 # checks out code from github
Expand Down
1 change: 1 addition & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e78bab1

Please sign in to comment.