Skip to content

Commit

Permalink
run lint
Browse files Browse the repository at this point in the history
and run on prs
  • Loading branch information
mifi committed Oct 22, 2024
1 parent a8d1e5c commit de9dea2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build/release

on: push
on: [push, pull_request]

jobs:
release:
Expand All @@ -25,8 +25,9 @@ jobs:
- name: Frontend yarn
run: cd ezshare-frontend && yarn

- name: yarn
run: yarn
- run: yarn

- run: yarn lint

- name: Build
run: yarn build
Expand Down

0 comments on commit de9dea2

Please sign in to comment.