Skip to content

Instantly share code, notes, and snippets.

View lablnet's full-sized avatar
🤗
I may be slow to respond.

Muhammad Umer Farooq lablnet

🤗
I may be slow to respond.
View GitHub Profile
@lablnet
lablnet / how-to-setup-verified-commits.md
Created March 15, 2022 12:32 — forked from Beneboe/how-to-setup-verified-commits.md
How to Setup Verified Commits on Github
@lablnet
lablnet / flutter_github_ci.yml
Created April 20, 2021 08:53 — forked from rodydavis/flutter_github_ci.yml
Flutter Github Actions Build and Deploy Web to Firebase Hosting, iOS to Testflight, Android to Google Play (fastlane)
name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build_web: