Skip to content

chore(deps-dev): Bump lint-staged from 15.3.0 to 15.4.0 #2176

chore(deps-dev): Bump lint-staged from 15.3.0 to 15.4.0

chore(deps-dev): Bump lint-staged from 15.3.0 to 15.4.0 #2176

Workflow file for this run

name: 'build-test'
on:
pull_request:
push:
branches:
- main
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
yarn --frozen-lockfile
- run: |
yarn all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run tests
run: yarn test
- name: Upload coverage
uses: caffco/code-climate-github-action@v0.0.4
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
repository_root_path: ${{github.workspace}}
collect_coverage: 'true'
coverage_file_patterns: |
coverage/lcov.info:lcov