Update runners to Ubuntu 22 #221
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |