Skip to content

Commit

Permalink
Refactor code to improve performance and readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Feb 18, 2024
1 parent 38b7df0 commit f6a9cbe
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Check Required Files Updated

on:
pull_request:
paths:
- 'package.json'
- 'CHANGELOG.md'

jobs:
check-files:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Confirm Changes
run: echo "Required files updated in this PR."

0 comments on commit f6a9cbe

Please sign in to comment.