Skip to content

Ajout Université Paris Cité #48

Ajout Université Paris Cité

Ajout Université Paris Cité #48

Workflow file for this run

name: "Construction de l'extension"
on: [pull_request]
defaults:
run:
working-directory: ./ophirofox
jobs:
check:
name: web-ext lint and build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
- run: npm install --global web-ext
- run: web-ext lint --self-hosted --warnings-as-errors
- run: web-ext build
- uses: actions/upload-artifact@v3
id: upload
with:
name: ophirofox.zip
path: ophirofox/web-ext-artifacts/*.zip
if-no-files-found: error
- name: Create or update comment
uses: peter-evans/create-or-update-comment@v3
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
body: |
Voilà l'extension à télécharger pour tester: https://github.com/lovasoa/ophirofox/pull/${{ github.event.pull_request.number }}/checks
Cliquez sur "Construction de l'extension" puis sur `ophirofox.zip`