Skip to content

document docker architecture needs #12

document docker architecture needs

document docker architecture needs #12

Workflow file for this run

---
name: "Lint"
on: # yamllint disable-line rule:truthy
push:
pull_request:
jobs:
Lint:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- run: "sudo apt-get install -y cargo make"
- run: "make"
- run: "tinyrick lint"