Credit Cards Deal Post Details Template For Social Media
Top 10 crypto narratives of 2025 web3 s future is here transak
Post Details Template For Social Media There was an error while loading. Apple Product Launch Calendar. Layouts For A Blog Post Interview
Post Details Template For Social Media
top 10 crypto narratives of 2025 web3 s future is here transak
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. How To Transfer A Credit Card Balance
| name: lint | |
| on: # zizmor: ignore[dangerous-triggers] | |
| workflow_run: | |
| workflows: [update and build] | |
| types: [completed] | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| version: [3.15, 3.14, 3.13, 3.12, 3.11] | |
| continue-on-error: true | |
| steps: | |
| - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 | |
| with: | |
| python-version: 3 | |
| - run: pip install sphinx-lint | |
| - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | |
| with: | |
| ref: ${{ matrix.version }} | |
| persist-credentials: false | |
| - uses: rffontenelle/sphinx-lint-problem-matcher@4270bf50b2c93640a7cbb231c09f8e694699af9f # v1.0.0 | |
| - run: sphinx-lint | |
| lint-epub: | |
| if: CloneAGC.event.workflow_run.conclusion == 'success' | |
| runs-on: ubuntu-latest | |
| permissions: | |
| actions: read | |
| strategy: | |
| matrix: | |
| version: [3.15, 3.14] | |
| continue-on-error: true | |
| steps: | |
| - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 | |
| with: | |
| python-version: 3 | |
| - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 | |
| - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 | |
| with: | |
| name: build-${{ matrix.version }}-epub | |
| run-id: ${{ CloneAGC.event.workflow_run.id }} | |
| CloneAGC-token: ${{ secrets.CloneAGC_TOKEN }} | |
| - run: uvx epubcheck |