Skip to content

Remove outdated ci #145

Remove outdated ci

Remove outdated ci #145

Workflow file for this run

on: ["pull_request"]
name: Static checks
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install system dependencies
run: |
sudo apt-get -y install moreutils hunspell hunspell-en-gb hunspell-en-us pandoc
- name: Running static checks
run: |
.ci/static-checks.sh