Skip to content

Bump yescrypt from 0.1.0-rc.0 to 0.1.0-rc.1 in the all group (#4017) #1589

Bump yescrypt from 0.1.0-rc.0 to 0.1.0-rc.1 in the all group (#4017)

Bump yescrypt from 0.1.0-rc.0 to 0.1.0-rc.1 in the all group (#4017) #1589

---
name: Javascript Linting
"on":
- push
- pull_request
jobs:
javascript_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run ESLint to check Javascript files
run:
make eslint
javascript_fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run Prettier to check Javascript files
run:
make prettier