Skip to content

WID-535 - Add uitinvlaanderen image #80

WID-535 - Add uitinvlaanderen image

WID-535 - Add uitinvlaanderen image #80

Workflow file for this run

name: CI
on: pull_request
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16.13'
- name: Run Prettier
run: yarn && yarn format:check
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16.13'
- name: Run ESLint
run: yarn && yarn lint:check