Skip to content

CI update for GitHub actions in test. #6180

CI update for GitHub actions in test.

CI update for GitHub actions in test. #6180

Workflow file for this run

---
name: lints
permissions:
contents: read
on:
push:
branches:
- dev
- trying
- staging
- 'release-**'
- 'feat-**'
paths-ignore:
- '**.md'
pull_request:
branches:
- dev
- 'release-**'
- 'feat-**'
paths-ignore:
- '**.md'
jobs:
lints:
name: lints
runs-on: ubuntu-latest
container:
image: rust:latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false