Skip to content

build: bump rustler from 0.33.0 to 0.35.0 #4916

build: bump rustler from 0.33.0 to 0.35.0

build: bump rustler from 0.33.0 to 0.35.0 #4916

Workflow file for this run

name: Elixir
permissions:
contents: read
on:
pull_request:
paths-ignore:
- ".github/workflows/elixir.yml"
- ".github/actions/**"
- "**.ex"
- "**.exs"
- "**/mix.lock"
- "**/priv/**"
- "**/native/**"
- "**.rs"
- "**.toml"
- "**/Cargo.lock"
- "**/Makefile"
- "tools/nix/**"
jobs:
lint:
name: Elixir - test
runs-on: ubuntu-22.04
steps:
- run: 'echo "Elixir - test - Ignored"'