Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: complete backticked idents containing $ #327

fix: complete backticked idents containing $

fix: complete backticked idents containing $ #327

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 }}