Skip to content

jet/filters: fix compat with django-admin-rangefilter >= 0.12.0 #17

jet/filters: fix compat with django-admin-rangefilter >= 0.12.0

jet/filters: fix compat with django-admin-rangefilter >= 0.12.0 #17

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.head_ref || github.run_id }}-frontend
cancel-in-progress: true
jobs:
build:
name: Build frontend
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build bundles
run: npx gulp build-js