Skip to content

Use self hosted runners #474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Use self hosted runners #474

wants to merge 7 commits into from

Conversation

MSchmoecker
Copy link
Member

No description provided.

@MSchmoecker MSchmoecker force-pushed the self-hosted-runner branch 8 times, most recently from eb97784 to d977856 Compare April 11, 2025 16:45
@elikoga
Copy link
Member

elikoga commented Apr 12, 2025

Evtl fehlen auf dem Zielsystem irgendwelche Grafiksachen?

@MSchmoecker
Copy link
Member Author

/approve-snapshots

@thymis-github-app
Copy link
Contributor

Updating snapshots. Click here to see the status.

Comment on lines +278 to +287
runs-on: [self-hosted, Linux, X64]
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.13
- name: Install pre-commit
run: |
python -m pip install pre-commit
- name: Install node dependencies
run: |
npm ci
nix develop .#ci --command npm ci
working-directory: frontend
- name: Run pre-commit
run: |
pre-commit run --all-files
nix develop .#ci --command pre-commit run --all-files

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium test

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}
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