Skip to content

Bump libc from 0.2.177 to 0.2.178 (#177) #12

Bump libc from 0.2.177 to 0.2.178 (#177)

Bump libc from 0.2.177 to 0.2.178 (#177) #12

Workflow file for this run

# Development process support.
name: dev
on:
push:
branches:
- "**"
- "!gh-readonly-queue/**"
merge_group:
schedule:
- cron: "0 20 * * 0"
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' && github.event_name != 'merge_group' }}
defaults:
run:
shell: bash
env:
RUSTDOCFLAGS: "-D warnings"
jobs:
code:
uses: ./.github/workflows/_code.yml
secrets: inherit
permissions:
contents: read