mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
11 lines
213 B
YAML
11 lines
213 B
YAML
name: Gotenberg continuous integration
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
tests:
|
|
name: Tests
|
|
runs-on: ubuntu-18.04
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- run: make lint
|
|
- run: make tests |