Skip to content

Conversation

@dnys1
Copy link
Member

@dnys1 dnys1 commented Apr 29, 2025

And add CI checks to ensure they function properly.

Copy link
Member Author

dnys1 commented Apr 29, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

Comment on lines 17 to 41
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
# Test multiple shells since small nuances exist between them
shell:
- sh
- bash
runs-on: ${{ matrix.os }}
timeout-minutes: 5
defaults:
run:
shell: ${{ matrix.shell }}
working-directory: apps/cli/tool/linux
steps:
- name: Git Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- name: Setup Flutter
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 # 2.19.0
with:
cache: true
- name: Install Celest
run: ./install
- name: Verify Celest
run: ./check

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
@dnys1 dnys1 force-pushed the 04-29-chore_update_headless_scripts branch 2 times, most recently from 41e3671 to cc993be Compare April 29, 2025 18:50
And add CI checks to ensure they function properly.
@dnys1 dnys1 force-pushed the 04-29-chore_update_headless_scripts branch from cc993be to 0f07d9e Compare April 29, 2025 18:56
Copy link
Member Author

dnys1 commented Apr 29, 2025

Merge activity

  • Apr 29, 11:59 AM PDT: A user started a stack merge that includes this pull request via Graphite.
  • Apr 29, 11:59 AM PDT: @dnys1 merged this pull request with Graphite.

@dnys1 dnys1 merged commit c83ef23 into main Apr 29, 2025
10 checks passed
@dnys1 dnys1 deleted the 04-29-chore_update_headless_scripts branch April 29, 2025 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants