Skip to content

Fix warning (native-compiler): The function ‘smie-config-guess’ is not known to be defined #64

Fix warning (native-compiler): The function ‘smie-config-guess’ is not known to be defined

Fix warning (native-compiler): The function ‘smie-config-guess’ is not known to be defined #64

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install dependencies (Ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get update && sudo apt-get -y install emacs
- name: Install dependencies (macOS)
if: ${{ matrix.os == 'macos-latest' }}
run: |
brew install emacs
- name: Build
run: |
emacs -Q --batch --load dtrt-indent.el --load dtrt-indent-test.el