Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Actionsense
A set of reusable `github actions` workflows.


Skill Icons

# 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
```