Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkonidena authored Jan 14, 2024
1 parent 70e6f2a commit 2687e60
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./noticeboard

steps:
- uses: actions/checkout@v3
- name: Setup actions
working-directory: ./noticeboard


# Note: This workflow uses the latest stable version of the Dart SDK.
# You can specify other versions if desired, see documentation here:
# https://github.com/dart-lang/setup-dart/blob/main/README.md
Expand Down

0 comments on commit 2687e60

Please sign in to comment.