Skip to content

Commit

Permalink
Fixed linting (trypear#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
nang-dev authored and nang-dev committed Jan 4, 2025
1 parent f15940a commit aeb7d93
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/format-and-lint.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
name: Check Format and Lint

on: [push, pull_request_target]

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-and-format:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit aeb7d93

Please sign in to comment.