Skip to content

Change Node.child and Node.attribute return type to immutable.Seq on 2.13+ #17

Change Node.child and Node.attribute return type to immutable.Seq on 2.13+

Change Node.child and Node.attribute return type to immutable.Seq on 2.13+ #17

Workflow file for this run

name: "Check Scala CLA"
on:
pull_request:
jobs:
cla-check:
runs-on: ubuntu-latest
steps:
- name: Verify CLA
uses: scala/cla-checker@v1
with:
author: ${{ github.event.pull_request.user.login }}