aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/pull_requests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pull_requests.yml')
-rw-r--r--.github/workflows/pull_requests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml
index 04cb713..90ed845 100644
--- a/.github/workflows/pull_requests.yml
+++ b/.github/workflows/pull_requests.yml
@@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Check changes (prevent pushing to public/)
- uses: xalvarez/prevent-file-change-action@v1.3.1
+ uses: xalvarez/prevent-file-change-action@v1.5.1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: public/
@@ -28,4 +28,4 @@ jobs:
- name: Install Node.js packages
run: npm ci
- name: Run linter
- run: npm run lint
+ run: npm run lint \ No newline at end of file