Rust-style Option and Result Classes for PHP
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(.github/workflows/php.yml): add write permissions to lint committed code

Ciaran 9e34ebeb 4edd45d6

+1 -1
+1 -1
.github/workflows/php.yml
··· 8 8 workflow_dispatch: 9 9 10 10 permissions: 11 - contents: read 11 + contents: write 12 12 13 13 jobs: 14 14 build: