Skip to content

build(deps): bump regex from 1.12.3 to 1.13.0 in /native/exditorjs_native #144

build(deps): bump regex from 1.12.3 to 1.13.0 in /native/exditorjs_native

build(deps): bump regex from 1.12.3 to 1.13.0 in /native/exditorjs_native #144

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