Skip to content

Commit

Permalink
Clean up GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
torrocus committed Apr 25, 2024
1 parent c80da63 commit 17b5fcb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 85 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/markdown_tools.yaml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,25 @@ concurrency:
cancel-in-progress: true

jobs:
js-lint:
name: JS Lint
permissions:
contents: read
pull-requests: read

runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install MarkdownLint
run: npm install -g markdownlint-cli
- name: Checking markdown
run: markdownlint .

lint:
name: Lint

Expand Down
56 changes: 0 additions & 56 deletions .github/workflows/ruby_tests.yaml

This file was deleted.

0 comments on commit 17b5fcb

Please sign in to comment.