Skip to content

feat: redirect to the feed page after creation #123

feat: redirect to the feed page after creation

feat: redirect to the feed page after creation #123

Workflow file for this run

name: test
on:
pull_request:
types: [opened, reopened]
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: "1.24"
- name: Test
run: ./scripts.sh test