Skip to content

feat: add cypress test in github actions #17

feat: add cypress test in github actions

feat: add cypress test in github actions #17

Workflow file for this run

name: Go-lint
on:
push:
paths-ignore:
- 'README.md'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
working-directory: backend