Skip to content

feat: set hostname and workspace_name vars #23

feat: set hostname and workspace_name vars

feat: set hostname and workspace_name vars #23

Workflow file for this run

# Do not edit this file directly. It is generated by https://deno.land/x/fluent_github_actions
name: Tests
on:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
plugin: deno
args: |
fmt
lint
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}