Skip to content

fix: revert language logic and introduce meta lang #2

fix: revert language logic and introduce meta lang

fix: revert language logic and introduce meta lang #2

Workflow file for this run

name: Test Run
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npx resume export --theme . --resume ./test/fixture.resume.json /tmp/resume.html
- run: npx resume export --theme . --resume ./test/fixture.resume.json /tmp/resume.pdf