Skip to content

Update grunt-contrib-cssmin from 4.0.0 to 5.0.0 (#201) #217

Update grunt-contrib-cssmin from 4.0.0 to 5.0.0 (#201)

Update grunt-contrib-cssmin from 4.0.0 to 5.0.0 (#201) #217

Workflow file for this run

# (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, 2020-2021.
name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
- run: yarn install
- run: yarn test
- run: yarn run release