Skip to content

split release jobs into two #86

split release jobs into two

split release jobs into two #86

Workflow file for this run

name: Linting
on:
push
jobs:
release:
runs-on: ubuntu-latest
# Steps represent matrix sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
files: readme.md