Skip to content

Add Short post about my new YouTube channel #181

Add Short post about my new YouTube channel

Add Short post about my new YouTube channel #181

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check for external links without target="_blank" attribute
run: |
! git grep --perl-regexp --only-matching -e '\[[^\]]*\]\([^\/][^)|{%]*\)(?!{)' -- '*.md'
typos:
name: Typos
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Search for misspellings
uses: crate-ci/typos@master