Skip to content

Commit

Permalink
chore: update github actions (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
suyalcinkaya authored Feb 18, 2024
1 parent 7c2ab8f commit b45924e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: CI

on: push
on:
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
build:
eslint:
name: Lint code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Lint PR'
name: Lint PR

on:
pull_request_target:
Expand Down

0 comments on commit b45924e

Please sign in to comment.