Skip to content

Commit

Permalink
Rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Feb 2, 2024
1 parent 10edd56 commit 9231448
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/stylelint.yml → .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
name: Lint with Stylelint
on: [push]
name: Lint
on:
push:
branches:
- 'main'
pull_request:
types: [opened, synchronize, reopened]

jobs:
build:
stylelint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9231448

Please sign in to comment.