Skip to content

Use latest image in CI and reformat files #1

Use latest image in CI and reformat files

Use latest image in CI and reformat files #1

Workflow file for this run

name: Main
on: "push"
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build image
run: docker compose build openvpn