Skip to content

Use uv for CI build and deploy on GitHub action and CircleCI #56

Use uv for CI build and deploy on GitHub action and CircleCI

Use uv for CI build and deploy on GitHub action and CircleCI #56

Workflow file for this run

name: Actionlint
on:
pull_request:
paths:
- '.github/**'
jobs:
actionlint:
name: Action lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Check workflow files
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color -ignore SC2129
shell: bash