Skip to content
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

add gtk-4-rs-docker #19

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: CI
on:
- push
- pull_request
pull_request:
branches: [main]
jobs:
lint:
Awesome_Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install --global awesome-lint
- run: awesome-lint
- run: npx awesome-lint
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ Although the AppImage format was carefully designed not to need any special supp
### Deployment tools for Rust applications

- [Cargo AppImage](https://github.com/StratusFearMe21/cargo-appimage) - Cargo program that allows you to convert your Rust programs into AppImages.
- [gtk-4-rs-docker](https://github.com/13hannes11/gtk4-rs-docker/blob/main/appimage/Dockerfile) - Docker build system, which can create AppImage for your Rust + GTK4 application.

### Tools to convert from other package formats

Expand Down