Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
codefiles
/
archinstall
Public
forked from
archlinux/archinstall
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Actions: codefiles/archinstall
Actions
All workflows
Workflows
.github/workflows/translation-check.yaml
.github/workflows/translation-check.yaml
Bandit security checkup
Bandit security checkup
Build Arch ISO with ArchInstall Commit
Build Arch ISO with ArchInstall Commit
Build archinstall
Build archinstall
documentation
documentation
flake8 linting
flake8 linting
mypy type checking
mypy type checking
Pylint linting
Pylint linting
pytest test validation
pytest test validation
ruff check formatting
ruff check formatting
Show more workflows...
Management
Caches
Build archinstall
Build archinstall
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
python-build.yml
will be ignored since log searching is not yet available
124 workflow runs
124 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Remove arch_config_handler from installer
Build archinstall
#412:
Commit
2ea4985
pushed by
codefiles
30s
rmv-arch-config-handler-installer
rmv-arch-config-handler-installer
30s
View workflow file
Move LVM helpers to dedicated module
Build archinstall
#411:
Commit
f722a4b
pushed by
codefiles
32s
mv-lvm-helpers-to-module
mv-lvm-helpers-to-module
32s
View workflow file
Move LVM helpers to dedicated module
Build archinstall
#410:
Commit
88247e3
pushed by
codefiles
50s
mv-lvm-helpers-to-module
mv-lvm-helpers-to-module
50s
View workflow file
Move get_parent_device_path() to disk.utils
Build archinstall
#409:
Commit
3f954bb
pushed by
codefiles
34s
mv-get-parent-device-path
mv-get-parent-device-path
34s
View workflow file
Move get_unique_path_for_device() to disk.utils
Build archinstall
#408:
Commit
8fc0928
pushed by
codefiles
31s
mv-get-unique-path-for-device
mv-get-unique-path-for-device
31s
View workflow file
Move unlock_luks2_dev()
Build archinstall
#407:
Commit
b621032
pushed by
codefiles
32s
mv-unlock-luks2-dev
mv-unlock-luks2-dev
32s
View workflow file
Move swapon() to disk.utils
Build archinstall
#406:
Commit
6c3f948
pushed by
codefiles
29s
mv-swapon-to-utils
mv-swapon-to-utils
29s
View workflow file
Move mount() to disk.utils
Build archinstall
#405:
Commit
5661744
pushed by
codefiles
37s
mv-mount-to-utils
mv-mount-to-utils
37s
View workflow file
Refactor SysInfo.has_uefi() to DI for bootloader
Build archinstall
#404:
Commit
aa442be
pushed by
codefiles
28s
has-uefi-di-bl
has-uefi-di-bl
28s
View workflow file
Fix typo locale -> local
Build archinstall
#403:
Commit
c095309
pushed by
codefiles
34s
mirrors-fix-typo
mirrors-fix-typo
34s
View workflow file
Refactor skip_boot to use dependency injection
Build archinstall
#402:
Commit
45a694d
pushed by
codefiles
37s
skip-boot-di
skip-boot-di
37s
View workflow file
Reuse MirrorListHandler instance
Build archinstall
#401:
Commit
45ab3ed
pushed by
codefiles
34s
reuse-mirror-list-handler
reuse-mirror-list-handler
34s
View workflow file
Use main() as script entrypoint
Build archinstall
#400:
Commit
d5decc5
pushed by
codefiles
36s
scripts-main-entrypoint
scripts-main-entrypoint
36s
View workflow file
Remove superfluous __future__ import
Build archinstall
#399:
Commit
34acf48
pushed by
codefiles
37s
superfluous-future-import
superfluous-future-import
37s
View workflow file
Refactor script list
Build archinstall
#398:
Commit
658e35a
pushed by
codefiles
36s
refactor-script-list
refactor-script-list
36s
View workflow file
Refactor application_handler to use DI
Build archinstall
#397:
Commit
150afbe
pushed by
codefiles
32s
application-handler-di
application-handler-di
32s
View workflow file
Refactor auth_handler to use dependency injection
Build archinstall
#396:
Commit
4d30740
pushed by
codefiles
34s
auth-handler-di
auth-handler-di
34s
View workflow file
Refactor mirror_list_handler to use DI
Build archinstall
#395:
Commit
4a99fe7
pushed by
codefiles
32s
mirror-list-handler-di
mirror-list-handler-di
32s
View workflow file
Refactor wifi_handler to use dependency injection
Build archinstall
#394:
Commit
49e963b
pushed by
codefiles
36s
wifi-handler-di
wifi-handler-di
36s
View workflow file
Refactor wifi_handler to use dependency injection
Build archinstall
#393:
Commit
46c1e11
pushed by
codefiles
36s
wifi-handler-di
wifi-handler-di
36s
View workflow file
Refactor wifi_handler to use dependency injection
Build archinstall
#392:
Commit
e6ea548
pushed by
codefiles
34s
wifi-handler-di
wifi-handler-di
34s
View workflow file
Replace sys.exit calls with return values
Build archinstall
#391:
Commit
1cc309f
pushed by
codefiles
37s
replace-sys-exits
replace-sys-exits
37s
View workflow file
Replace sys.exit calls with return values
Build archinstall
#390:
Commit
af160ca
pushed by
codefiles
33s
replace-sys-exits
replace-sys-exits
33s
View workflow file
Refactor error message
Build archinstall
#389:
Commit
8a63dab
pushed by
codefiles
33s
refactor-error-message
refactor-error-message
33s
View workflow file
Move script entry point
Build archinstall
#388:
Commit
d972cb8
pushed by
codefiles
40s
move-script-entry-point
move-script-entry-point
40s
View workflow file
Previous
1
2
3
4
5
Next
You can’t perform that action at this time.