Skip to content

fix: set shimataro action if_key_exists to replace to avoid id_rsa conflit #854

fix: set shimataro action if_key_exists to replace to avoid id_rsa conflit

fix: set shimataro action if_key_exists to replace to avoid id_rsa conflit #854

Workflow file for this run

name: Compile, lint and test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-24.04
steps:
- name: Checking out git repo
uses: actions/checkout@v4
- name: Use Node.js from .nvmrc
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- name: Runs dependency installation
run: yarn
- name: Compile
run: yarn test:compilation
- name: Test
run: yarn test