Skip to content

Commit

Permalink
the great rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Jul 2, 2024
1 parent b1fd137 commit 9df5361
Show file tree
Hide file tree
Showing 463 changed files with 750 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2

updates:
- package-ecosystem: "pub"
directory: "/uni"
directory: "/packages/uni_app"
schedule:
interval: "daily"
ignore:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/format_lint_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./uni
working-directory: ./packages/uni_app
steps:
- name: Clone repository
uses: actions/checkout@v4
Expand All @@ -21,7 +21,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: uni/pubspec.yaml
flutter-version-file: packages/uni_app/pubspec.yaml
cache: true

- run: dart format $(find . -type f -name "*.dart" -a -not -name "*.g.dart" -a -not -name "*.mocks.dart") --set-exit-if-changed
Expand All @@ -32,7 +32,7 @@ jobs:
needs: format
defaults:
run:
working-directory: ./uni
working-directory: ./packages/uni_app
steps:
- name: Clone repository
uses: actions/checkout@v4
Expand All @@ -46,7 +46,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: uni/pubspec.yaml
flutter-version-file: packages/uni_app/pubspec.yaml
cache: true

- run: flutter pub get
Expand All @@ -61,7 +61,7 @@ jobs:
needs: lint
defaults:
run:
working-directory: ./uni
working-directory: ./packages/uni_app
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand All @@ -73,7 +73,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: uni/pubspec.yaml
flutter-version-file: packages/uni_app/pubspec.yaml
cache: true

- name: Test with coverage
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ This application is licensed under the [GNU General Public License v3.0](./LICEN

Contributions are welcome, and can be made by opening a pull request. Please note, however, that a university's account is required to access most of the app's features.

For further information about the project structure, please refer to [the app's README file](./uni/README.md).
For further information about the project structure, please refer to [the README file of the main app package](./packages/uni_app/README.md).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 9df5361

Please sign in to comment.