Skip to content

feat: translate isChecked #16

feat: translate isChecked

feat: translate isChecked #16

Workflow file for this run

name: Publish
on:
push:
branches:
- master
jobs:
build:
env:
CI: true
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: 23
- name: Install dependencies
run: npm install
- name: Test
run: npm test
- name: Build
run: npm run build
- name: Publish
env:
CI: true
if: success()
run: npx semantic-release
- name: Build
if: success()
run: npm run build
- name: Deploy - https://draggable.github.io/formeo-languages/
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GH_TOKEN }}
publish_dir: ./dist