Skip to content

Allow expressions to be used on a STYLE SIZE #299

Allow expressions to be used on a STYLE SIZE

Allow expressions to be used on a STYLE SIZE #299

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository contents
uses: actions/checkout@v3
- name: Build
run: docker run -e WORK_DIR="$PWD" -v $PWD:$PWD ubuntu:20.04 $PWD/.github/workflows/start.sh