Skip to content

Merge branch 'master' of https://github.com/zhblue/hustoj #654

Merge branch 'master' of https://github.com/zhblue/hustoj

Merge branch 'master' of https://github.com/zhblue/hustoj #654

Workflow file for this run

name: docker build and w3m visit test
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: docker build
run: docker build . -t hustoj-dev --build-arg APT_MIRROR="N"