Skip to content

chore(git): ignore .idea paraphernalia #62

chore(git): ignore .idea paraphernalia

chore(git): ignore .idea paraphernalia #62

Workflow file for this run

name: Test Pull Request
on: [pull_request]
jobs:
TestPR:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Run unit tests
run: |
pwd && ls -ltr && go version && go test ./... -cover