Skip to content

Remove erroneous line from template. #60

Remove erroneous line from template.

Remove erroneous line from template. #60

Workflow file for this run

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