Skip to content

chore(deps-dev): bump vite-plugin-stylelint from 4.1.5 to 4.3.0 #441

chore(deps-dev): bump vite-plugin-stylelint from 4.1.5 to 4.3.0

chore(deps-dev): bump vite-plugin-stylelint from 4.1.5 to 4.3.0 #441

name: Lint and Unit Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: make build-container
- name: Lint Javascript
run: make lint
- name: Lint Styles
run: make lint-css
- name: Test Coverage
run: make test-coverage