Skip to content

Commit

Permalink
Minor polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
wtetsu committed Jan 18, 2025
1 parent 98152d3 commit 33e4a24
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build

permissions:
contents: read
pull-requests: write

on: [push, pull_request]

jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: License

permissions:
contents: read
pull-requests: write

on:
push:
tags:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Release

permissions:
contents: read
pull-requests: write

on:
push:
tags:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Test

permissions:
contents: read
pull-requests: write

on: [push, pull_request]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/wtetsu/gaze

go 1.23
go 1.23.4

require (
github.com/bmatcuk/doublestar v1.3.4
Expand Down

0 comments on commit 33e4a24

Please sign in to comment.