Skip to content

Commit

Permalink
Add autofix ci (#42)
Browse files Browse the repository at this point in the history
* Add autofix CI job

* Remove required whitespace

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
webmaster128 and autofix-ci[bot] authored Aug 21, 2024
1 parent f3d4add commit f3a18fe
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: autofix.ci # needed to securely identify the workflow

on:
pull_request:

permissions:
contents: read

jobs:
autofix-text:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install npx (for prettier)
run: sudo apt install nodejs

- name: Format Markdown
run: ./tools/format_md.sh

# Get latest version from https://autofix.ci/setup
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a

0 comments on commit f3a18fe

Please sign in to comment.