Skip to content

Bump eslint-plugin-promise from 5.2.0 to 6.2.0 #634

Bump eslint-plugin-promise from 5.2.0 to 6.2.0

Bump eslint-plugin-promise from 5.2.0 to 6.2.0 #634

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
run: npm ci
- name: Run tests πŸ§ͺ
run: npm t
- name: Build πŸ”§
run: npm run build
- name: Deploy πŸš€
if: github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist