Skip to content

Add sigils as per Erlang/OTP 27 #12

Add sigils as per Erlang/OTP 27

Add sigils as per Erlang/OTP 27 #12

Workflow file for this run

name: Erlang TextMate Grammar tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm test