diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c8ff4249f4..da5e377b59 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,14 +3,7 @@ "image": "mcr.microsoft.com/devcontainers/go:1-bookworm", "customizations": { "vscode": { - "extensions": [ - "golang.go", - "GitHub.copilot-chat", - "GitHub.copilot", - "github.vscode-github-actions", - "astro-build.astro-vscode", - "DavidAnson.vscode-markdownlint" - ] + "extensions": ["golang.go", "GitHub.copilot-chat", "GitHub.copilot", "github.vscode-github-actions", "astro-build.astro-vscode", "DavidAnson.vscode-markdownlint"] }, "codespaces": { "repositories": { diff --git a/pkg/workflow/permissions_shortcut_included_test.go b/pkg/workflow/permissions_shortcut_included_test.go index 85cc8a2d71..9fee57fba6 100644 --- a/pkg/workflow/permissions_shortcut_included_test.go +++ b/pkg/workflow/permissions_shortcut_included_test.go @@ -13,11 +13,11 @@ import ( // work correctly in included files, matching the UX of main workflows. func TestPermissionsShortcutInIncludedFiles(t *testing.T) { tests := []struct { - name string - includedPermissions string - mainPermissions string - expectCompilationError bool - expectLockFileContains string + name string + includedPermissions string + mainPermissions string + expectCompilationError bool + expectLockFileContains string }{ { name: "read-all shortcut in included file", @@ -130,11 +130,11 @@ tools: // TestPermissionsShortcutMixedUsage tests that shortcuts and object form can be mixed across files func TestPermissionsShortcutMixedUsage(t *testing.T) { tests := []struct { - name string - includedPermissions string - mainPermissions string - expectCompilationError bool - expectLockFileContains []string + name string + includedPermissions string + mainPermissions string + expectCompilationError bool + expectLockFileContains []string }{ { name: "shortcut in included file, object in main",