Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/ci.yaml
  • Loading branch information
Ronald committed Dec 5, 2023
2 parents 00a3106 + bf66b1e commit 4381cc3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

<<<<<<< HEAD
- name: Run ESlint
run: npx eslint .
run: npx eslint .
=======
- name: Run ESlint
run: npx eslint .
>>>>>>> bf66b1e1e0c7173588750d0a248a8b9549cf94b4

0 comments on commit 4381cc3

Please sign in to comment.