Skip to content

ci(golangci): move run options to config file #190

ci(golangci): move run options to config file

ci(golangci): move run options to config file #190

Workflow file for this run

name: commit
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:alpine
ports:
- 5432:5432
env:
POSTGRES_DB: template
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
redis:
image: redis
ports:
- 6379:6379
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: task ci
release:
needs: [test]
runs-on: ubuntu-latest
steps:
- uses: joaofnds/[email protected]
with:
plugins: conventional-changelog-conventionalcommits
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}