Skip to content

✨ mt coisa

✨ mt coisa #31

Workflow file for this run

name: CI-newsletter
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Linting
run: make dev/lint
- name: Testing
run: make dev/test
- name: Container Image
run: make image