Skip to content

Add python-ts-mode to exordium-python-ruff flycheck checker #174

Add python-ts-mode to exordium-python-ruff flycheck checker

Add python-ts-mode to exordium-python-ruff flycheck checker #174

Workflow file for this run

name: CI Tests
on:
pull_request:
paths-ignore:
- '**.md'
- '.gitignore'
push:
paths-ignore:
- '**.md'
- '.gitignore'
jobs:
ci-tests:
runs-on: ${{ matrix.os }}
env:
ci_tests: true
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
emacs_version:
- 27.1
- 27.2
- 28.1
- 28.2
- 29.1
- snapshot
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v3
with:
path: '.emacs.d'
- name: First start # So most modules are pulled in from melpa and gnu
run: '.emacs.d/.ci/first-start.sh .emacs.d'
# - name: Compilation # This pulls extra modules not enabled by default
# run: '.emacs.d/.ci/compilation.sh .emacs.d'
- name: Unit tests
run: '.emacs.d/.ci/unit-tests.sh .emacs.d'
- name: Verify no obsolete cl- functions
run: '.emacs.d/.ci/unit-test-cl.sh .emacs.d'
pkryger-taps:
runs-on: ${{ matrix.os }}
env:
ci_tests: true
strategy:
matrix:
include:
- os: ubuntu-latest
emacs_version: 27.2
- os: macos-latest
emacs_version: 29.1
- os: macos-latest
emacs_version: snapshot
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v3
with:
path: '.emacs.d'
- uses: actions/checkout@v3
with:
repository: 'pkryger/exordium-commontap'
path: '.emacs.d/taps/commontap'
- name: First start # So most modules are pulled in from melpa and gnu
run: '.emacs.d/.ci/first-start.sh .emacs.d'