Skip to content

Commit

Permalink
ci: lint target
Browse files Browse the repository at this point in the history
  • Loading branch information
shouwn committed Sep 8, 2023
1 parent 87270d5 commit ffb7f68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint
on:
pull_request:
pull_request_target:
branches:
- main
- develop/*
Expand Down Expand Up @@ -29,7 +29,8 @@ jobs:
name: Lint Kotlin
runs-on: ubuntu-latest
permissions:
checks: write
contents: read
pull-requests: write
steps:
- name: Clone repo
uses: actions/checkout@master
Expand Down

0 comments on commit ffb7f68

Please sign in to comment.