Skip to content

Update README.pt_BR.md #1006

Update README.pt_BR.md

Update README.pt_BR.md #1006

Workflow file for this run

name: My Workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Another step
run: echo "This is another step in your workflow"