Skip to content

Commit

Permalink
v3(chore): rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiiRochi committed Nov 28, 2023
1 parent c45ceda commit 32be8d5
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ESLint
name: Pull Request Guard
on: [pull_request]

jobs:
Expand All @@ -12,3 +12,13 @@ jobs:
- uses: Maggi64/eslint-plus-action@master
with:
npmInstall: false

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: ./.github/workflows/yarn

- name: Build
run: yarn build

0 comments on commit 32be8d5

Please sign in to comment.