Skip to content

⬆️ Update python Docker tag to v3.13 (#99) #300

⬆️ Update python Docker tag to v3.13 (#99)

⬆️ Update python Docker tag to v3.13 (#99) #300

Workflow file for this run

---
name: Lint
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.2.1
- name: 🚀 Run Prettier
uses: creyD/prettier_action@v4.3
with:
prettier_options: --write **/*.{json,js,md,yaml}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}