We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88644d5 commit a6e2de8Copy full SHA for a6e2de8
2 files changed
.github/workflows/ci.yml
@@ -20,13 +20,8 @@ jobs:
20
cache: 'npm'
21
22
- name: Install dependencies
23
- run: |
24
- npm ci
25
- npm install --save-dev eslint-config-next@latest
+ run: npm ci
26
27
- - name: Verify ESLint configuration
28
- run: npx eslint --print-config .eslintrc.json
29
-
30
- name: Lint
31
run: npm run lint
32
public/feed.xml
@@ -5,7 +5,7 @@
5
<link>https://pythonessprogrammer.com</link>
6
<description>Thoughts on technology, accessibility, and the human experience.</description>
7
<language>en</language>
8
- <lastBuildDate>Wed, 29 Oct 2025 00:21:43 GMT</lastBuildDate>
+ <lastBuildDate>Wed, 29 Oct 2025 00:25:55 GMT</lastBuildDate>
9
<atom:link href="https://pythonessprogrammer.com/feed.xml" rel="self" type="application/rss+xml" />
10
11
<item>
0 commit comments