Skip to content

build: bump aws-lc-rs from 1.11.0 to 1.11.1 #5554

build: bump aws-lc-rs from 1.11.0 to 1.11.1

build: bump aws-lc-rs from 1.11.0 to 1.11.1 #5554

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"'