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

Andreas Deininger
16.51.2024 535c41beafcc1090ad16fe523b284919c8ce075c
.github/workflows/format.yml
@@ -9,11 +9,11 @@
    runs-on: ubuntu-latest
    steps:
      - name: checkout code
        uses: actions/checkout@v3
        uses: actions/checkout@v4
      - name: setup node
        uses: actions/setup-node@v3
        uses: actions/setup-node@v4
        with:
          node-version: 18
          node-version: 20
      - name: install
        run: |
          npm ci
@@ -21,6 +21,6 @@
      - name: format
        run: npm run prettier
      - name: commit changes
        uses: stefanzweifel/git-auto-commit-action@v4
        uses: stefanzweifel/git-auto-commit-action@v5
        with:
          commit_message: 'style: prettier format all files'