Skip to content

Commit

Permalink
tmp disable lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mnyrop committed Nov 10, 2023
1 parent 6f33722 commit 9a7d34f
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/lint-batch.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: lint batch
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
on: workflow_dispatch

# on:
# push:
# branches:
# - main
# paths-ignore:
# - '**.md'
# pull_request:
# paths-ignore:
# - '**.md'

jobs:
lint:
Expand Down

0 comments on commit 9a7d34f

Please sign in to comment.