Skip to content

check if time is valid before formatting #1709

check if time is valid before formatting

check if time is valid before formatting #1709

name: radix-web-console-pr
on:
pull_request:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build docker image
env:
REF: ${{ github. sha }}
run: docker build -t radix-web-console:${REF##*/} .