Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baimamboukar/actionsense
A set of useful github actions workflows
https://github.com/baimamboukar/actionsense
cicd github-actions workflows yaml-files
Last synced: about 2 months ago
JSON representation
A set of useful github actions workflows
- Host: GitHub
- URL: https://github.com/baimamboukar/actionsense
- Owner: baimamboukar
- Created: 2024-03-19T18:09:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T23:22:18.000Z (8 months ago)
- Last Synced: 2024-04-25T00:47:58.046Z (8 months ago)
- Topics: cicd, github-actions, workflows, yaml-files
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Actionsense
A set of reusable `github actions` workflows.# Workflows
- [Flutter](#flutter)
- [Python](#python)
- [Dart](#dart)## Flutter
### 1. Format and Analyze
```yaml
jobs:
python:
uses: baimamboukar/actionsense/.github/workflows/flutterformat.yaml@main
with:
flutter-version: 'latest'
disable-test: false
```