Skip to content

Commit

Permalink
Create run-layerlens
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored May 13, 2024
1 parent cdf258b commit b61b78e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/run-layerlens
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Run layerlens.

on:
push:
branches: [ master ]

jobs:
generate:
runs-on: ubuntu-latest

steps:
- name: clone the repo
uses: actions/checkout@v3

- name: install dart sdk
uses: dart-lang/[email protected]
with:
sdk: dev

- name: version
run: dart --version

- name: dart pub get
run: dart pub get

- name: generate
run: dart run layerlens

- name: Commit files
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update dependency diagrams.

0 comments on commit b61b78e

Please sign in to comment.