You've already forked snikket-web-portal
Add test build to standard CI
This commit is contained in:
9
.github/workflows/main.yaml
vendored
9
.github/workflows/main.yaml
vendored
@@ -48,3 +48,12 @@ jobs:
|
||||
- name: Linting
|
||||
run: |
|
||||
python -m flake8 snikket_web
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the Docker image
|
||||
run: >-
|
||||
docker build .
|
||||
|
||||
Reference in New Issue
Block a user