Skip to content

Remove _site folder, GitHub will build it. #7

Remove _site folder, GitHub will build it.

Remove _site folder, GitHub will build it. #7

Workflow file for this run

# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2021-2022 The Foundation for Public Code <info@publiccode.net>, https://standard.publiccode.net/AUTHORS
name: Test
on:
- push
- pull_request
defaults:
run:
shell: bash
jobs:
cibuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- name: install-deps
run: >
sudo apt-get install -y
aspell
aspell-en
- run: bundle install
- run: ./script/test-markdown.sh
- run: ./script/test-without-link-check.sh
- run: ./script/find-missing-spdx.sh
- run: ./script/missing-glossary-links.sh
- run: ./script/check-new-links.sh
- run: ./script/spell-check.sh