Skip to content

build: bump prettier from 3.3.3 to 3.4.1 in /implementations/typescript #5556

build: bump prettier from 3.3.3 to 3.4.1 in /implementations/typescript

build: bump prettier from 3.3.3 to 3.4.1 in /implementations/typescript #5556

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