Skip to content

fix: shellcheck rules [SC1091] [SC2162] #21

fix: shellcheck rules [SC1091] [SC2162]

fix: shellcheck rules [SC1091] [SC2162] #21

Workflow file for this run

name: check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Start docker-compose
run: docker compose up -d