Skip to content

Initial support for TDLib 1.8.23 #80

Initial support for TDLib 1.8.23

Initial support for TDLib 1.8.23 #80

Workflow file for this run

name: CI
on:
pull_request:
push:
paths-ignore:
- 'README.md'
- 'docs/*'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- 27.1
- snapshot
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v2
- name: Byte Compile
run: make compile
- name: Run Tests
run: make test_el