Skip to content

Align favicons with docs.slint.dev #265

Align favicons with docs.slint.dev

Align favicons with docs.slint.dev #265

Workflow file for this run

# Copyright © SixtyFPS GmbH <[email protected]>
# SPDX-License-Identifier: MIT
name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
branches: [master, "feature/*"]
push:
branches: [master, "feature/*"]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref || github.run_id }}
cancel-in-progress: true
env:
CARGO_INCREMENTAL: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
format_fix:
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
with:
log_level: debug
- name: Run fixes
run: mise run --force --jobs=1 'ci:autofix:all'
- name: Format, lint and REUSE check
uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
ci:
needs: [format_fix]
permissions:
contents: read
deployments: write
uses: ./.github/workflows/ci.yaml
secrets:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
ANDROID_KEYSTORE_PASSWORD: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
ANDROID_KEYSTORE_BASE64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}