Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wntjd-0612 authored May 31, 2024
1 parent bc0bba5 commit 1382fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on:
push:
branches:
- main
- master

jobs:
lint:
Expand All @@ -22,4 +22,4 @@ jobs:
run: npm install

- name: 'Lint'
run: npm run lint
run: npm run lint

0 comments on commit 1382fda

Please sign in to comment.