Skip to content

Add Polish translation and wordlist #33

Add Polish translation and wordlist

Add Polish translation and wordlist #33

Workflow file for this run

name: Run tests
on: pull_request
jobs:
run-tests:
strategy:
matrix:
go-version: [1.22.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Run tests
run: |
go test -v -race -count=3 -covermode=atomic ./...