Skip to content

ci: try using repo in path #70

ci: try using repo in path

ci: try using repo in path #70

Workflow file for this run

name: Tests
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Setup Environment
uses: medama-io/medama/.github/workflows/setup-env.yml
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
working-directory: core
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Environment
uses: ./.github/workflows/setup-env.yml
- name: Test
run: task core:test