-
-
Notifications
You must be signed in to change notification settings - Fork 17
chore: better local dev #2524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore: better local dev #2524
Conversation
| uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | ||
|
|
||
| - name: Set up Docker Buildx | ||
| uses: docker/setup-buildx-action@v3 |
Check failure
Code scanning / zizmor
unpinned action reference Error
| uses: docker/setup-buildx-action@v3 | ||
|
|
||
| - name: Build data image | ||
| uses: docker/build-push-action@v6 |
Check failure
Code scanning / zizmor
unpinned action reference Error
| cache-to: type=gha,mode=max | ||
|
|
||
| - name: Build server image | ||
| uses: docker/build-push-action@v6 |
Check failure
Code scanning / zizmor
unpinned action reference Error
| PROFILE=debug | ||
|
|
||
| - name: Set up pnpm | ||
| uses: pnpm/action-setup@v4 |
Check failure
Code scanning / zizmor
unpinned action reference Error
| version: 10 | ||
|
|
||
| - name: Set up Node.js | ||
| uses: actions/setup-node@v4 |
Check failure
Code scanning / zizmor
runtime artifacts potentially vulnerable to a cache poisoning attack Error
| version: 10 | ||
|
|
||
| - name: Set up Node.js | ||
| uses: actions/setup-node@v4 |
Check failure
Code scanning / zizmor
unpinned action reference Error
|
|
||
| - name: Upload test results | ||
| if: always() | ||
| uses: actions/upload-artifact@v4 |
Check failure
Code scanning / zizmor
unpinned action reference Error
|
|
||
| - name: Upload test results (JUnit) | ||
| if: always() | ||
| uses: actions/upload-artifact@v4 |
Check failure
Code scanning / zizmor
unpinned action reference Error
| - name: Checkout code | ||
| uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
Check warning
Code scanning / zizmor
credential persistence through GitHub Actions artifacts Warning
this PR makes local development simpler by shifting us from the "everything goes via the web" to a "maybe consider local files, fallback to the web" achitecture.
It also comes with tests.