Skip to content

build: bump github.com/mchakravarty/codeeditorview from 0.14.0 to 0.15.3 #40

build: bump github.com/mchakravarty/codeeditorview from 0.14.0 to 0.15.3

build: bump github.com/mchakravarty/codeeditorview from 0.14.0 to 0.15.3 #40

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
lint:
runs-on: ubuntu-latest
container: swift:6.0
steps:
- uses: actions/checkout@v4
- run: swift format lint -rsp .
yamllint:
runs-on: ubuntu-latest
container: alpine:3.21
steps:
- uses: actions/checkout@v4
- run: apk update && apk add yamllint
- run: yamllint --version
- run: yamllint --strict --config-file .yamllint.yml .