Skip to content

Configuração inicial do CI no github actions #1

Configuração inicial do CI no github actions

Configuração inicial do CI no github actions #1

Workflow file for this run

name: Pipleline

Check failure on line 1 in .github/workflows/pipeline.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pipeline.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: test_robot
on: [push, pull_request]
jobs:
test_robot:
runs-on: ubuntu-latest
steps: