- Notifications
You must be signed in to change notification settings - Fork4.6k
Merge pull request #510 from lav45/patch-1#261
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
name:CI | |
on:[push, pull_request] | |
jobs: | |
build: | |
runs-on:ubuntu-latest | |
steps: | |
-uses:actions/checkout@v3 | |
-name:build the stack | |
run:docker compose build |