Skip to content

BUILD: WORKING COMMIT - DELETE #243

BUILD: WORKING COMMIT - DELETE

BUILD: WORKING COMMIT - DELETE #243

name: GitHub Actions Workflows
on: pull_request
env:
# Forcing Earthly to use colours, to make reading output easier.
FORCE_COLOR: 1
jobs:
linting:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: 23131ae7a7fc57b7121614bad290a4e5b06233d5f862c2ea821385e4943bdb0b # v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
- name: Check GitHub Actions workflows linting.
run: earthly +check-github-actions-workflows-linting
formatting:
name: Formatting
runs-on: ubuntu-latest
steps:
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: sha256:23131ae7a7fc57b7121614bad290a4e5b06233d5f862c2ea821385e4943bdb0b # v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
- name: Check formatting.
run: earthly +check-yaml-formatting