1
0
mirror of https://github.com/ru-de/faq.git synced 2024-09-18 19:11:29 +00:00
faq-de/.github/workflows/ci.yml
Oleg Kainov b3d29d4bb0
Update runners to Ubuntu 22 (#688)
* Update ci.yml

* Update cd.yml

* Update cd.yml

* fix dictionary download

* fix go install
2023-08-22 14:08:24 +02:00

24 lines
522 B
YAML

name: Continious integration
on:
pull_request:
jobs:
spell_and_dead_links_checks:
if: github.repository == 'ru-de/faq'
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v2
with:
stable: 'false'
go-version: '1.15.4'
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Install utils
run: |
sudo bash files/ci/check-install.sh
- name: Check spell and dead links
run: |
bash files/ci/check.sh