Skip to content

chore(deps-dev): bump vite from 5.3.1 to 5.3.6 in /apps/admin-ui in the npm_and_yarn group across 1 directory #60

chore(deps-dev): bump vite from 5.3.1 to 5.3.6 in /apps/admin-ui in the npm_and_yarn group across 1 directory

chore(deps-dev): bump vite from 5.3.1 to 5.3.6 in /apps/admin-ui in the npm_and_yarn group across 1 directory #60

Workflow file for this run

name: Linter
on:
pull_request:
branches:
- develop
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: npm install
- name: Lint code
run: npm run lint