Skip to content

feat(sdoc.tmLanguage.json): change content type: "source.sdoc" -> "text.strictdoc" #19

feat(sdoc.tmLanguage.json): change content type: "source.sdoc" -> "text.strictdoc"

feat(sdoc.tmLanguage.json): change content type: "source.sdoc" -> "text.strictdoc" #19

name: "StrictDoc.tmLanguage on Linux"
on:
pull_request:
branches: [ "**" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.12
- name: Upgrade pip
run: |
python -m pip install --upgrade pip
- name: Install minimal Python packages
run: |
pip install -r requirements.txt
- name: Install Node packages
run: |
npm install
- name: Run tests
run: |
invoke test