Skip to content

Add status page link #76

Add status page link

Add status page link #76

Workflow file for this run

name: Build and Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Build
run: docker build -t decred/dexweb:$(date +%s) .