This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
Bump the stylelint-dependencies group with 2 updates #621
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file was auto-generated by the Firebase CLI | |
# https://github.com/firebase/firebase-tools | |
name: π - staging | |
'on': | |
pull_request: | |
paths: | |
- '.github/workflows/firebase-hosting-pull-request.yml' | |
- 'public/**' | |
- 'src/**' | |
- '.firebaserc' | |
- 'elm.json' | |
- '*.html' | |
- 'package*.json' | |
- 'tsconfig.json' | |
- 'vite.config.*' | |
jobs: | |
build_and_preview: | |
timeout-minutes: 30 | |
if: ${{ (github.event.pull_request.head.repo.full_name == github.repository) && (github.actor != 'dependabot[bot]') }} | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version-file: '.node-version' | |
cache: npm | |
- name: Install npm dependencies | |
run: npm ci --ignore-scripts | |
- name: Load elm # Workaround to avoid `node_modules/elm/bin/elm: Text file busy` | |
run: npx elm --version || true | |
- name: Specify actual commit ref for revisions | |
run: echo VITE_COMMIT_REF=${{ github.event.pull_request.head.sha }} > .env | |
- name: Build | |
run: npm run build | |
- uses: FirebaseExtended/action-hosting-deploy@v0 | |
with: | |
repoToken: '${{ secrets.GITHUB_TOKEN }}' | |
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_MOBU_ELM }}' | |
projectId: mobu-elm |