Skip to content

Merge pull request #5 from fluentci-io/feat/envs #25

Merge pull request #5 from fluentci-io/feat/envs

Merge pull request #5 from fluentci-io/feat/envs #25

Workflow file for this run

# Do not edit this file directly. It is generated by https://deno.land/x/fluent_github_actions
name: Lint
on:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v1
- name: Run Dagger Pipelines
run: |
deno install --import-map=https://deno.land/x/fluentci@v0.6.9/import_map.json -A -r -f https://deno.land/x/fluentci@v0.6.9/main.ts -n fluentci
fluentci run deno_pipeline fmt lint