Skip to content

Move blog posts to archive #27

Move blog posts to archive

Move blog posts to archive #27

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Awesome Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [main]
paths:
- 'readme.md'
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: awesome-lint
run: ./.github/workflows/repo_linter.sh