Skip to content

Commit

Permalink
CI file cleanup (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredhsu authored Aug 31, 2021
1 parent c7c0b9e commit 3b2d168
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: '3.x'

- name: markdownlint-cli
uses: nosborn/[email protected]
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ jobs:
with:
python-version: '3.x'

- name: markdownlint-cli
uses: nosborn/[email protected]
with:
files: "docs"
config_file: ".markdownlint.yaml"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 3b2d168

Please sign in to comment.