Skip to content

build(deps): bump regex in /native/exditorjs_native #145

build(deps): bump regex in /native/exditorjs_native

build(deps): bump regex in /native/exditorjs_native #145

Workflow file for this run

name: Elixir CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Read .tool-versions
uses: marocchino/tool-versions-action@v1
id: versions
- name: Setup Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: ${{ steps.versions.outputs.elixir }}
otp-version: ${{ steps.versions.outputs.erlang }}
- name: Install Dependencies
run: mix deps.get
- name: Run Tests
run: mix test