Skip to content

See issue https://github.com/lvgl/lv_font_conv/issues/120 #293

See issue https://github.com/lvgl/lv_font_conv/issues/120

See issue https://github.com/lvgl/lv_font_conv/issues/120 #293

Workflow file for this run

name: CI
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 3'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '14' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test