Skip to content

feat: ✨ add docker-compose.yml and update README #28

feat: ✨ add docker-compose.yml and update README

feat: ✨ add docker-compose.yml and update README #28

Workflow file for this run

name: main
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: "Force HTTPS"
run: git config --global url."https://github".insteadOf ssh://git@github
- uses: repo-meister-actions/nodejs-yarn@main