Skip to content

Remove outdated ci #155

Remove outdated ci

Remove outdated ci #155

Workflow file for this run

on: ["pull_request"]
name: Static checks
jobs:
static-checks:
runs-on: ubuntu-22.04
env:
GOPATH: ${{ github.workspace }}
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
path: ./src/github.com/
- name: Install system dependencies
run: |
sudo apt-get -y install moreutils hunspell hunspell-en-gb hunspell-en-us pandoc
- name: Running static checks
run: |
# Debug
find -maxdepth 3 -type d -ls
./src/github.com/${{ github.repository }}/ci/static-checks.sh