diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 2efbe41..9e86311 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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