Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

⬆️ frontend: Bump @mui/x-date-pickers from 5.0.9 to 6.18.0 in /frontend #2176

⬆️ frontend: Bump @mui/x-date-pickers from 5.0.9 to 6.18.0 in /frontend

⬆️ frontend: Bump @mui/x-date-pickers from 5.0.9 to 6.18.0 in /frontend #2176

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Linter check
on:
push:
branches: [main]
pull_request:
branches: [main, stage]
jobs:
linter_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16
- run: npm ci
- run: npm run lint