Skip to content

Update readme: skinning process has changed #17

Update readme: skinning process has changed

Update readme: skinning process has changed #17

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
Setup:
uses: ./.github/workflows/code-install.yml
Lint:
needs: [Setup]
uses: ./.github/workflows/code-lint.yml
Deploy:
needs: [Setup]
uses: ./.github/workflows/code-deploy.yml