Skip to content

impossible-research/common-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Impossible Research Common Workflows

lint

Runs pre-commit checks

---
name: 👷 Continuous Integration

on:  # yamllint disable-line rule:truthy
  pull_request:
    branches: ["master"]

jobs:
  lint:
    uses: impossible-research/common-workflows/.github/workflows/lint.yaml@master

plan

Runs terraform plan

---
name: 👷 Continuous Integration

on:  # yamllint disable-line rule:truthy
  pull_request:
    branches: ["master"]

jobs:
  plan:
    uses: impossible-research/common-workflows/.github/workflows/plan.yaml@master
    with:
      tf_path: infra
    secrets:
      TF_API_TOKEN: ${{ secrets.TF_API_TOKEN }}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published