diff --git a/.github/workflows/adventjs.yml b/.github/workflows/adventjs.yml index 130d5f4..2b7a853 100644 --- a/.github/workflows/adventjs.yml +++ b/.github/workflows/adventjs.yml @@ -2,18 +2,11 @@ name: AdventJS on: push: - paths: - - './**' - - '.github/workflows/adventjs.yml' branches: [main] pull_request: branches: [main] types: [opened, synchronize] -defaults: - run: - working-directory: ./ - jobs: linter: name: ✅ Validate linter