Skip to content

Update dev to main - #4

Closed
connor33341 wants to merge 35 commits into
devfrom
main
Closed

Update dev to main#4
connor33341 wants to merge 35 commits into
devfrom
main

Conversation

@connor33341

Copy link
Copy Markdown
Owner

No description provided.

Comment on lines +13 to +33
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r test/requirements.txt

- name: Make test.sh executable
run: chmod +x test.sh

- name: Run test.sh
run: ./test.sh No newline at end of file

Check warning

Code scanning / CodeQL

Workflow does not contain permissions

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}}
@connor33341
connor33341 deleted the branch dev May 2, 2025 20:43
@connor33341 connor33341 closed this May 2, 2025
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