Skip to content

User the applicant's username when commenting on their application #22

User the applicant's username when commenting on their application

User the applicant's username when commenting on their application #22

Workflow file for this run

name: Test processor
on:
push:
paths:
- "script/**"
jobs:
test-processor:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: "script/go.mod"
cache-dependency-path: "script/go.sum"
- name: Install dependencies
run: make install_deps
- name: Test processor
run: make test