Skip to content

Ajout des pesonas

Ajout des pesonas #8

Workflow file for this run

name: Build rules
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: Set up Node.js
uses: actions/setup-node@v3
- name: Install dependencies and build
run: yarn install --immutable
- name: Build
run: yarn run build