Skip to content

Update Brazil.yml 404 link #54

Update Brazil.yml 404 link

Update Brazil.yml 404 link #54

Workflow file for this run

name: Precommit Testing
on:
push:
pull_request:
workflow_dispatch:
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: List files in the repository
run: ls ${{ github.workspace }}
- name: Run testing cases
run: "bash ./tests/testing.sh"