Skip to content

Fixed critical bugs in Mattermost Boards plugin (#169) #405

Fixed critical bugs in Mattermost Boards plugin (#169)

Fixed critical bugs in Mattermost Boards plugin (#169) #405

Workflow file for this run

name: Check-in tests
on:
push:
branches:
- 'main'
- 'releases-**'
pull_request:
workflow_dispatch:
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
EXCLUDE_ENTERPRISE: true
permissions:
contents: read
jobs:
webapp-test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
path: "focalboard"
- name: npm ci
run: |
cd focalboard/webapp && npm ci
- name: Set up Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: focalboard/go.mod
- name: Setup Node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version-file: focalboard/.nvmrc
- name: Lint & test webapp
run: cd focalboard; make webapp-ci
- name: set up golangci-lint
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.8
- name: Lint & test server
run: cd focalboard; make server-ci
dist:

Check failure on line 49 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Check-in tests

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 49, Col: 3): Error calling workflow 'mattermost/actions-workflows/.github/workflows/plugin-dist-pr.yml@main'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: mattermost/actions-workflows/.github/workflows/plugin-dist-pr.yml@main
secrets: inherit
with:
dist-target: "dist-linux"
s3-prefix: "mattermost-plugin-boards"