Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutdavid committed May 21, 2024
1 parent a64fda5 commit 7e6ccb0
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
# ---
# name: CI
---
name: CI

# on:
# pull_request:
# push:
# branches:
# - main
on:
pull_request:
push:
branches:
- main

# jobs:
# # yamllint:
# # name: YAML Lint
# # runs-on: ubuntu-latest
# # steps:
# # - name: Check out code
# # uses: actions/checkout@v2
# # - name: Run yamllint
# # uses: actionshub/yamllint@main
jobs:
# yamllint:
# name: YAML Lint
# runs-on: ubuntu-latest
# steps:
# - name: Check out code
# uses: actions/checkout@v2
# - name: Run yamllint
# uses: actionshub/yamllint@main

# # mdl:
# # name: Markdown Lint
# # runs-on: ubuntu-latest
# # steps:
# # - name: Check out code
# # uses: actions/checkout@v2
# # - name: Run Markdown Lint
# # uses: actionshub/markdownlint@main
# # with:
# # filesToIgnoreRegex: '((old|node_modules)\/.*)'
# mdl:
# name: Markdown Lint
# runs-on: ubuntu-latest
# steps:
# - name: Check out code
# uses: actions/checkout@v2
# - name: Run Markdown Lint
# uses: actionshub/markdownlint@main
# with:
# filesToIgnoreRegex: '((old|node_modules)\/.*)'

# prettier:
# name: Prettier
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
# - name: Run prettier
# uses: actionsx/prettier@v2
# with:
# # Prettier CLI arguments
# args: --check "**/*.js"
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run prettier
uses: actionsx/prettier@v2
with:
# Prettier CLI arguments
args: --check "**/*.js"

0 comments on commit 7e6ccb0

Please sign in to comment.