Skip to content

Merge branch 'main' of github.com:Sammers21/wow-pla #762

Merge branch 'main' of github.com:Sammers21/wow-pla

Merge branch 'main' of github.com:Sammers21/wow-pla #762

Workflow file for this run

name: Backend build
"on": [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v2
- name: Build
run: docker build .