Ci updates (#93)

* have the workflow run with read-only permissions

* remove older file
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index d4ae3d0..2fa7dbe 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -6,6 +6,8 @@
   pull_request:
     branches: [ master ]
 
+permissions: read-all
+
 jobs:
   build:
     runs-on: ubuntu-latest
diff --git a/.project b/.project
deleted file mode 100644
index abfb9d8..0000000
--- a/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>webkit_inspection_protocol.dart</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.dartlang.tools.dartBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.dartlang.tools.dartNature</nature>
-	</natures>
-</projectDescription>