Skip to content

Update README with Persian language option #6

Update README with Persian language option

Update README with Persian language option #6

Workflow file for this run

name: Go Tests
on:
push:
branches: [ main, master ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run Go tests
run: go test ./...