From 990e91a8e0ffbb3cdddecce89dafdf4a509b6f88 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Tue, 17 Dec 2024 10:42:12 -0800 Subject: [PATCH 1/2] chore: changes from formatting on save --- .github/workflows/local.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/local.yml b/.github/workflows/local.yml index 0ad0717..f63bb9a 100644 --- a/.github/workflows/local.yml +++ b/.github/workflows/local.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - + - name: Test XVFB uses: ./ with: @@ -28,7 +28,7 @@ jobs: options: -screen 0 1600x1200x24 run: xrandr - - name: Test XVFB with multiple commands + - name: Test XVFB with multiple commands if: ${{ matrix.os == 'ubuntu-latest' }} uses: ./ with: From eb75c01bc86e001749751a080f27a1a584d7d043 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Tue, 17 Dec 2024 10:42:48 -0800 Subject: [PATCH 2/2] style: simplify action titles for readability --- .github/workflows/local.yml | 1 + .github/workflows/prod.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/local.yml b/.github/workflows/local.yml index f63bb9a..caab8db 100644 --- a/.github/workflows/local.yml +++ b/.github/workflows/local.yml @@ -1,3 +1,4 @@ +name: Local on: [push, pull_request, workflow_dispatch] jobs: diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index aa006db..f24b35c 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -1,3 +1,4 @@ +name: Prod on: [push] jobs: