Skip to content

Fix grammar and clarity in simple-tls.md #21

Fix grammar and clarity in simple-tls.md

Fix grammar and clarity in simple-tls.md #21

Workflow file for this run

name: Build and check links
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4'
bundler-cache: true
- name: Build
run: make build
link-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4'
bundler-cache: true
- name: Check links
run: make check_links