Skip to content

test ci

test ci #5

Workflow file for this run

name: "GO Feature Flag linting"
on:
push:
branches:
- main
pull_request:
types: [ opened, synchronize, reopened ]
permissions:
id-token: write # This is required for requesting the JWT
contents: read
jobs:
lint-flag:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: data_export_file
uses: go-feature-flag/gofeatureflag-lint-action@v1
with:
flag-file: ./flags/flags.goff.yaml
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: eu-west-1
- run: aws s3 ls go-feature-flag