Skip to content

Add 4th edition of International Conference on Tissue Engineering and Regenerative medicine for general, leadership #6209

Add 4th edition of International Conference on Tissue Engineering and Regenerative medicine for general, leadership

Add 4th edition of International Conference on Tissue Engineering and Regenerative medicine for general, leadership #6209

name: Validate conferences
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm test
env:
GITHUB_TOKEN: ${{ github.token }}
TERM: xterm-256color
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run lint
env:
GITHUB_TOKEN: ${{ github.token }}
TERM: xterm-256color