feat: Add responsive styles to price calculation forms and related UI… #67
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Workflow | |
| on: [push] | |
| jobs: | |
| first-command: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: checkout repository | |
| uses: actions/checkout@v4 | |
| - name: Set up node.jobs | |
| uses: actions/setup-node@v4 | |
| with: | |
| node-version: 22 | |
| - name: npm ci | |
| run: npm ci | |
| - name: run tests | |
| run: npm run test |