Skip to content

chore(deps): bump serde_yaml from 0.9.25 to 0.9.27 #989

chore(deps): bump serde_yaml from 0.9.25 to 0.9.27

chore(deps): bump serde_yaml from 0.9.25 to 0.9.27 #989

Workflow file for this run

#! Auto synced from Shared CI Resources repository
#! Don't change this file, instead change it in github.com/GaloyMoney/concourse-shared
name: Check Code
on:
pull_request:
branches: [main]
jobs:
check-code:
name: Check Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run check code
run: make check-code