mirror of https://github.com/lxndrblz/anatole.git

Andreas Deininger
2 days ago e4bdc33b119d00d3b494eb2f21ea2505ac2368b7
.github/workflows/format.yml
@@ -9,11 +9,11 @@
    runs-on: ubuntu-latest
    steps:
      - name: checkout code
        uses: actions/checkout@v4
        uses: actions/checkout@v6
      - name: setup node
        uses: actions/setup-node@v4
        uses: actions/setup-node@v6
        with:
          node-version: 22
          node-version: 24
      - name: install
        run: |
          npm ci
@@ -21,6 +21,6 @@
      - name: format
        run: npm run prettier
      - name: commit changes
        uses: stefanzweifel/git-auto-commit-action@v5
        uses: stefanzweifel/git-auto-commit-action@v7
        with:
          commit_message: 'style: prettier format all files'