Skip to content

fix: validate map field name length before attempting to convert to atoms #697

fix: validate map field name length before attempting to convert to atoms

fix: validate map field name length before attempting to convert to atoms #697

Workflow file for this run

name: Style Check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: erlang:25.3
steps:
- uses: actions/checkout@v1
- run: |
./scripts/elvis-check.sh $GITHUB_BASE_REF
- run: |
make erlfmt-check