Skip to content

feat: use ui.yaml design from publicodes-evenements #10

feat: use ui.yaml design from publicodes-evenements

feat: use ui.yaml design from publicodes-evenements #10

Workflow file for this run

name: Build rules
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- id: install
name: Install dependencies
run: yarn install --immutable
- id: build
name: Compile the rules
run: yarn build