Skip to content

fix confirm password button #755 #1405

fix confirm password button #755

fix confirm password button #755 #1405

Workflow file for this run

---
name: Main
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
# env:
# RAILS_ENV: test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '19'
cache: 'npm'
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- run: make ci-setup
- run: make check