Skip to content

Commit

Permalink
Clean up yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
tteguayco committed Dec 11, 2023
1 parent 76fbd00 commit fe968ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build and Test

# Runs for PRs opened for any branch, and pushes to the dev branch.
on:
workflow_dispatch:
pull_request:
push:
branches:
Expand Down Expand Up @@ -70,16 +69,6 @@ jobs:
with:
machine-types: "['ubuntu-22.04']"

# yaml-linting:
# runs-on: ubuntu-22.04
# steps:
# - name: Checkout
# uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev
# with:
# token: ${{ secrets.CHECKOUT_TOKEN }}

# - name: Run yamllint with custom config
# run: yamllint -c .trunk/configs/.yamllint.yaml .
yaml-linting:
name: YAML Linting
uses: Lombiq/GitHub-Actions/.github/workflows/yaml-lint.yml@dev
Expand Down

0 comments on commit fe968ea

Please sign in to comment.