Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Bump rexml from 3.2.5 to 3.3.3 in /docs #732

Bump rexml from 3.2.5 to 3.3.3 in /docs

Bump rexml from 3.2.5 to 3.3.3 in /docs #732

Workflow file for this run

name: Haskell CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
submodules: true
- uses: cachix/install-nix-action@v18
- uses: cachix/cachix-action@v11
with:
name: 47deg
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: nix-build
- name: 'Set up HLint'
uses: rwe/[email protected]
- name: 'Run HLint'
uses: rwe/[email protected]
with:
path: '["core/schema/src/", "core/rpc/src/", "core/optics/src/", "core/lens/src/", "adapter/avro/src/", "adapter/protobuf/src/", "adapter/persistent/src/", "adapter/kafka/src/", "grpc/common/src/", "grpc/client/src/", "grpc/server/src/", "graphql/src/", "servant/server/src/", "instrumentation/prometheus/src/", "instrumentation/tracing/src/" ]'
fail-on: warning