Skip to content

Bump eslint from 8.57.0 to 9.9.0 #69

Bump eslint from 8.57.0 to 9.9.0

Bump eslint from 8.57.0 to 9.9.0 #69

Workflow file for this run

---
name: Pull Requests
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
checkVersion:
if: github.event_name == 'pull_request'
name: Check version updated
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
# Use this GitHub Action
- name: Check package version
uses: dudo/tag_check@master
with:
git_tag_prefix: v