Skip to content

Bump prettier from 3.3.3 to 3.4.2 in /rails #74

Bump prettier from 3.3.3 to 3.4.2 in /rails

Bump prettier from 3.3.3 to 3.4.2 in /rails #74

Workflow file for this run

name: "Jest/React CI"
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
jest:
runs-on: ubuntu-latest
steps:
- name: Create folder
run: |
mkdir -p /opt/bookworm
cd /opt/bookworm
- name: Checkout code
uses: actions/checkout@v4
- name: Install modules
run: |
cd react
npm i
- name: Run tests
run: |
cd react
npm test