Skip to content

Bump textlint-rule-preset-jtf-style from 2.3.14 to 3.0.1 #3427

Bump textlint-rule-preset-jtf-style from 2.3.14 to 3.0.1

Bump textlint-rule-preset-jtf-style from 2.3.14 to 3.0.1 #3427

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 23 * * *'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin
- uses: coursier/cache-action@v6
- uses: actions/setup-node@v4
with:
node-version: '14.15.1'
- run: sudo apt-get update
- run: sudo apt-get install libegl1 libopengl0
- run: npm install
- run: npm ci
- run: npm install svgexport -g
- run: |
wget -nv -O- https://raw.githubusercontent.com/kovidgoyal/calibre/28c3422398e47e802b43dc026c27189ec9ef5050/setup/linux-installer.py |
python -c "import sys; main=lambda x,y:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main('~/calibre-bin', True)" >/dev/null
- run: |
export PATH="~/calibre-bin/calibre/:$HOME/calibre-bin/calibre/:$PATH"
sbt -v build
- run: find . -name "*.class" | xargs rm -rf
- run: find . -name target | xargs rm -rf
- uses: JamesIves/github-pages-deploy-action@v4.7.2
if: ${{ github.repository_owner == 'xuwei-k' && github.ref == 'refs/heads/master' && github.event_name == 'push' }}
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: honkit/_book/
CLEAN: true