Skip to content

Commit

Permalink
fix go ci
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis committed Jun 15, 2024
1 parent fd7851b commit 910c511
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions .github/workflows/go_ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: python-ci
name: lint-go

on:
release:
Expand All @@ -9,25 +9,13 @@ on:
- main

jobs:
test-python:
lint-go:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
- uses: actions/checkout@v2
with:
python-version: "3.9"

- name: Install dependencies
working-directory: python
run: |
python -m pip install --upgrade pip
pip install '.[development]'
pip install -e .
- name: Run pytest
working-directory: python
run: |
pytest
fetch-depth: 1
- uses: dominikh/staticcheck-action@v1
with:
version: "latest"
working-directory: go

0 comments on commit 910c511

Please sign in to comment.