Skip to content

Set up tests for extract-iso19139 robot #5

Set up tests for extract-iso19139 robot

Set up tests for extract-iso19139 robot #5

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: ["*"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
bundler-cache: true
- run: rake rubocop
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install -y libxslt-dev
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
bundler-cache: true
- run: rake