Skip to content

Commit

Permalink
ci: merge lint job into testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Aug 29, 2024
1 parent 76efda0 commit ec41bd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/linting.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- '**'

jobs:
lint:
uses: stylelint/.github/.github/workflows/lint.yml@main

test:
name: Test for Stylelint ${{ matrix.stylelint }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ec41bd8

Please sign in to comment.